• Member Avatar for tobyITguy
    tobyITguy

    Stopped Watching SQL search | Help needed

    Hi. Im having some problems to understand how to make search in SQL database actually I use this code DV.RowFilter = String.Format("name Like '%{0}%'", TextBox1.Text) DataGridView1.DataSource = DV and it …
  • Member Avatar for tobyITguy
    tobyITguy

    Stopped Watching updating a table based on condition results from another table

    am trying to find out what is wrong with my sql statement below, i get the following error: "The multi-part identifier "P1Totals.StudentTotals" could not be bound" what am i doing …
  • Member Avatar for tobyITguy
    tobyITguy

    Stopped Watching DMS - Development

    I would like to develop a web-based Disaster Management System but don't know where to start. Possible features may include: * Situation Awareness * Missing Person Registration * GIS (or …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Building first MVC application

    Try this using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace MyMedicalRecord_2.Models { public class PatientAllergy { [Key, ForeignKey("Patient")] public int PatientAllergyID { get; set; } …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Building first MVC application

    Lets see your patient allergy class. The pastebin link isn't working
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Navigation Bar

    You put the two corrections at the same time. Wrong. Try my suggestion separetly and then try mattster's. One should work.
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching problem in gridview connectivity

    I am not able to make a connection with database in gridview, please give me suggestion on reply
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in problem in gridview connectivity

    Just paste the code your using and describe your problem in detail here. You will get help. I don't think anyone would call you to assist you...It doesn't work that …
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching Document.referrer in Android WebView

    I'm using document.referrer in a hybrid app in which I conditionally show some buttons, based on the previous page. While the use of document.referrer in my ios and browser versions …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Document.referrer in Android WebView

    I haven't but use the object browser. See if the method is named differently in android.
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching Navigation Bar

    Hello, Cek this navigation bootstrap page: http://www.innovation.web.id/bootstrap/5_5_6_navbar_inverted.html I wonder how to change the color of the menu bar? Is there any way to do that?
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Navigation Bar

    Change the `background-image` property of `.navbar-inverse .navbar-inner` .navbar-inverse .navbar-inner{ background-image: linear-gradient(to bottom,#655700,#655700); } Hope this helps!
  • Member Avatar for tobyITguy
    tobyITguy

    Stopped Watching New Section

    What do you think about having a subcategory in business exchange where people can outsource projects to community members. E.G someone needs a website and wants a member to handle …
  • Member Avatar for tobyITguy
    tobyITguy

    Marked Solved Status for New Section

    What do you think about having a subcategory in business exchange where people can outsource projects to community members. E.G someone needs a website and wants a member to handle …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in New Section

    Your misunderstanding. Lets just leave this dicussion. :)
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in need help with c# screen scrape

    remove `System.Net.WebClient` or replace `WebClient client = new WebClient ();` with `System.Net.WebClient client = new WebClient ();`
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in New Section

    Not really. I think maybe my question is wrong. Can i offer to do someones project for a fee? I kinda noticed that doing stuff fully for people not allowed.
  • Member Avatar for tobyITguy
    tobyITguy

    Created New Section

    What do you think about having a subcategory in business exchange where people can outsource projects to community members. E.G someone needs a website and wants a member to handle …
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching New Section

    What do you think about having a subcategory in business exchange where people can outsource projects to community members. E.G someone needs a website and wants a member to handle …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Building first MVC application

    Your number 1 is correct. Your number 2 is correct. Your number 3 is correct. For your number 4, you need to add the primary key along with the relationship …
  • Member Avatar for tobyITguy
    tobyITguy

    Gave Reputation to chriswelborn in launch a modal conatct form directly

    Put the form on your page with an id (let's say `'contactForm'`) and css set to `'display: none'`, so it's easily accessible with javascript but initially hidden. Make your "show …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in need help with c# screen scrape

    you need to use `using System.Net;`
  • Member Avatar for tobyITguy
    tobyITguy

    Marked Solved Status for Does anyone use Xamarin Framework?

    Does anyone currently use Xamarin framework for development? Its supposed to enable you develop cross platform with c# but some C# code i use in a console app that works …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Does anyone use Xamarin Framework?

    So i got this working. My code was right the issue was that i had a proxy configured on my pc somehow. So i used netsh on the command line …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in need help with c# screen scrape

    WebClient client = new WebClient (); Uri uri = new Uri ("http://yourUrl.com"); var pageBytes = client.DownloadData(uri); var pageStrings = Encoding.UTF8.GetString(res); Then you can find a way to render the pageStrings …
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching Add login and password to Web Service

    Hey everyone, First of all I am a one-week self taught when it comes to web service so pardon if this is a duh! question. I was given a sample …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Add login and password to Web Service

    [WebMethod] public static Result GetGridData(string login, string password) { //Your code here }
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching How to make a request to etsy api? need help asap!!

    How would i make a request to the etsy api? I want the grid_cell div to show the results for something typed into the search bar. The grid_cell div should …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in How to make a request to etsy api? need help asap!!

    pixelsoul's links should help. Are you using jquery?
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching iam new help me

    hello guys iam new to asp.net i want to build web applications for that what should i do suggest me guys
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in iam new help me

    go to microsoftvirtualacademy.com and check out their course on asp.net
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching need help with c# screen scrape

    I need help with .net c# screen scrape. I can't seem to find an example in c# that works. I have this one in VB that wors but feel like …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in need help with c# screen scrape

    all i see in the VB code is that your downloading a webpage, saving it as a string and then displaying it in a paragraph. Is that what you mean …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Linkedin Connection Issue

    I didnt turn anything off. But id check, maybe its set private by default. The issue still exists. Hope this fixes it. Thanks
  • Member Avatar for tobyITguy
    tobyITguy

    Marked Solved Status for Please can someone define pneumonoultramicroscopicsilicovolcanoconiosis?

    So i was going through the internet like i normally do and came across this word. And apparently its a real word.
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Please can someone define pneumonoultramicroscopicsilicovolcanoconiosis?

    Woah...thats just strange. Seems like im the only one that didnt know it existed. lol. Thanks guys.
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching Help with a ElementHost Null Exception

    Here's a good one for everyone. I have been working on a Screensaver program for some time now (some of you may even remember questions related to this). Anyway, one …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Help with a ElementHost Null Exception

    In your constructor for your class, do you instantiate all needed objects from the WPF?
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching Download CCNA

    hi networkers! Where to download CCNA discovery1 curriculum material? i can't get it from google.
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Download CCNA

    You need to have enrolled in a cisco academy. Then you would have a netacad profile and download from there. Then again you can get it in torrents.
  • Member Avatar for tobyITguy
    tobyITguy

    Gave Reputation to <M/> in Yo mama

    Yo momma is so ugly, her momma had to get drunk to breast feed her...
  • Member Avatar for tobyITguy
    tobyITguy

    Gave Reputation to <M/> in Yo mama

    Yo momma is so ugly, her momma had to get drunk to breast feed her...
  • Member Avatar for tobyITguy
    tobyITguy

    Created Please can someone define pneumonoultramicroscopicsilicovolcanoconiosis?

    So i was going through the internet like i normally do and came across this word. And apparently its a real word.
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching Please can someone define pneumonoultramicroscopicsilicovolcanoconiosis?

    So i was going through the internet like i normally do and came across this word. And apparently its a real word.
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in What makes a post qualify for down voting?

    @ddanbe lol...okay doing what you recommended actually helps. @pritaeas i will. But its sad cuz my post quality was 100 before. And 1 person just crashed it to 80. Down …
  • Member Avatar for tobyITguy
    tobyITguy

    Created What makes a post qualify for down voting?

    Please what rules guide the down voting action.
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching What makes a post qualify for down voting?

    Please what rules guide the down voting action.
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Linkedin Connection Issue

    This issue still exists.
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Does anyone use Xamarin Framework?

    I have a php script that returns "success" if the values exist in the database. string x = Username.Text; string y = Password.Text; WebClient client = new WebClient(); Uri uri …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Building first MVC application

    Check out the classes in this file. It should help you understand how to create the relationships. [Click Here](http://ge.tt/3B10MsH2/v/0?c)

The End.