Answered by:
Retrieve and edit information from a database?

Question
-
User1114182319 posted
Hi I am trying to design the code for this particular page and i need to retrieve information that is held in a database and i will be searching the database for information in a table where the ID is equal to a query string and then i want to populate some text field on the page with that information. after that the user can edit what iinformation they want to and then click submit to change that users data within the database, but i am not sure how to go about this as i will be editing information that already exists within the database, can someone please help me? thanks
Wednesday, March 4, 2009 9:46 AM
Answers
All replies
-
User1107498534 posted
The best way to get started is to have a look at some tutorials:
http://www.asp.net/get-started/ Have a look at the "how do I create data-driven websites?" video
Data access tutorials: http://www.asp.net/learn/data-access/
Wednesday, March 4, 2009 11:42 AM -
User1114182319 posted
I know how to do alot when creating a data driven website so i dont need to look at the videos my query is code related as i do know how to create database connections and import data to a database i am just unsure on how to retrieve the information and place it within a text box and then how to update the database record from the text fields? if some one could provide a code example to get me started im sure i can finish myself i just need pointers thanks
Wednesday, March 4, 2009 12:50 PM -