• Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Autofill textbox values from mysql query result onChange of dropdown?

    You can use ajax. [Click Here](http://www.w3schools.com/ajax/default.asp) [Click Here](http://stackoverflow.com/questions/2269307/using-jquery-ajax-to-call-a-php-function)
  • Member Avatar for tobyITguy
    tobyITguy

    Began 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 DMS - Development

    what kind of contruibution do you need exactly? You said you used bootstrap? Does it mean your done with the coding? You should use google maps for your GIS they …
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching a little help please

    Hi experts. I'm in need for your help. is it able to create a software who can check if a text file contain a text for example Words.txt has few …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in a little help please

    Your probably using `|` as you delimiter. You shouldnt. Add something like `*` after the sentences then write code to read the content till it gets to that `*` so …
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching Advice on meeting with a professor

    I have a video meeting with a professor who possibility could give me an assistantship for graduate school and I need some advice. Any advice?
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Advice on meeting with a professor

    Be yourself. Be corporate. Be in a quiet place with no distractions. Answer what your asked. Dont try to make him feel like your Einstein by telling him stuff he …
  • Member Avatar for tobyITguy
    tobyITguy

    Gave Reputation to kiran_8 in simple program

    write a program to input elements in 2d array and then display the sum of main diagonal elements of this array
  • Member Avatar for tobyITguy
    tobyITguy

    Gave Reputation to praba_web in how to integrate auto login(remember me) in codeigniter?

    Hi there , how to integrate auto login in codeigniter? anybody can give idea?
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching Building first MVC application

    Hello guys, I wonder if I could get some help with a project I'm planning to start. As you all probably know, I'm learning MVC and I've followed dozen of …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Building first MVC application

    Please show us the code of all your models. You should try adding the `virtual` keyword to relationship definitions. `public virutal List<PatientJab> jabs {get; set;}` And also add the relationship …
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching Problem with getJson in asp.net and c#

    Hi Im a newbie in asp.net, im a php programmer though, and i've been working on a pop up div with a search engine on it, in php i have …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Problem with getJson in asp.net and c#

    Where was this class and method defined? `oSQLS.GetDtasaRecN`
  • Member Avatar for tobyITguy
    tobyITguy

    Created Newbie Alert!

    Hi, I'm into php, C#, html, CSS and networking. Maybe alittle other stuff. I hope i'd be of help here. Im joining from Nigeria.
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching Newbie Alert!

    Hi, I'm into php, C#, html, CSS and networking. Maybe alittle other stuff. I hope i'd be of help here. Im joining from Nigeria.
  • Member Avatar for tobyITguy
    tobyITguy

    Gave Reputation to laguardian in Need help calling functions. Can't seem to get it right..

    Thanks for your input kind sir! I was able to make the program run perfectly! Thanks again! :D
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in IIS 404 error

    The route is proper. The problem should be at the controller. There should be methods in your reportscontroller that correspond with the report names. To add a new report you …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Error Message when Application Opens

    When they said they wanted the code, I dont think they meant all 1422 lines of it. This error could be caused because the designer code references a gui control …
  • Member Avatar for tobyITguy
    tobyITguy

    Gave Reputation to Gideon_1 in login not responding

    yh, and assigning all these html to one variable is a really bad practise
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching IIS 404 error

    Think I am going mad here.. So I have a working website setup in IIS. This was all configured by a previous developer. We have a set of reports that …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in IIS 404 error

    Your missing route definitions. And probably a controller. Show us the content of your RouteConfig.cs and tell us what you have under the controllers folder.
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching Need help calling functions. Can't seem to get it right..

    Hey guys! So I'm making simple PetShop program based on an UML diagram I did. Anyway, I have 4 classes: PetShop(It's the main class), Pet, Customer, Transaction. I'm having an …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Need help calling functions. Can't seem to get it right..

    Your calling it wrong. It should be: transactions.adopt(chappie,dog); This is because your adopt method is defined under the transaction class and accepts a customer and a pet.
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching Error Message when Application Opens

    Hi Group, I'm getting the following error message as soon as the application opens: ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in Error Message when Application Opens

    when you try to open the designer view for the windows form in your ide, does the gui show?
  • Member Avatar for tobyITguy
    tobyITguy

    Began Watching problem with mysqli

    I have a problem with mysqli syntax. I really can't see what the problem is in this code. I dont know much about it. When i use it on a …
  • Member Avatar for tobyITguy
    tobyITguy

    Replied To a Post in problem with mysqli

    why dont you consider using procedural instead of object oriented? that way you have $link = mysqli_connect('yourHost','username','password','database'); $q = SELECT fan_count FROM messages WHERE msg_id='$msg_id'"; $result = mysqli_query($link,$q) or die('sorry …

The End.