Question how do you populate results into text boxes?

siva992

New member
Joined
Nov 15, 2010
Messages
1
Programming Experience
Beginner
Click on the link below:
http://img574.imageshack.us/img574/618/adminscreenshot.jpg

I want to search a person's ID in the search text box and once I click search button, I want it to show the relavant information belonging to that particular ID from the SQL database table to the respective text boxes. I need the code.

I am very amateur at programming and this is for a project that I need to impress my lecturers. Thanks!
 
Ok, so what you're asking is for someone on the forums here to impress your lecturers?? Good luck on that one - these forums are for helping others with coding questions, problems and generally helping people learn... not to do all the work for you!

That said, I'll give you a pointer that'll help - google filling datatables and also using the Select method on datatables.
 
Back
Top