Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am building a web application in vs 2010
I have 3 textbox and i want to connect with database and retrieve data into textbox.
Can u tell me pls how to navigate through the records of the db, using next and previews buttons?
Its the first time i am building a web app
In windows form i used to do this thing using binding source
Posted

1 solution

 
Share this answer
 
Comments
lovitaxxxx 20-Nov-12 9:04am    
I dont want to use datagrid
i want to retrieve data from database to textboxes
MT_ 20-Nov-12 9:12am    
I am not sure why you don't want to use datagrid but it is the best way for the requirement you have mentioned. I am sure you have some valid reason for it, but you need to specify that in the question. :-)
lovitaxxx 20-Nov-12 9:28am    
because i want to be able then to modify this data and save them again to the database. Does grid view have this option?
MT_ 20-Nov-12 23:54pm    
Yes it has.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900