Click here to Skip to main content
15,995,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I can display my data in my textbox, dropdownlist after retrieve data from sql database, but when i proceed with my update button, the information edited in the textbox or dropdownlist wouldn't update into the database. I tried to remove the code in page load, and re-key in all the data manually, it can be update. All I want is retrieve data from database and display it in the textbox, and it can be update into the database after make some changes from the textbox. Can someone help me on this? Thanks.(asp.net with vb )
Posted

1 solution

Please find the solution on this link.
May be it will be helpfull for your task.

http://androidsharp.blogspot.in/2013/07/createreadupdatedelete-crud-operations.html[^]


Part 2 we will describe about Update Operations
http://androidsharp.blogspot.in/2013/07/createreadupdatedelete-crud-operations_9.html[^]


Part 3 we will describe about delete operations
http://androidsharp.blogspot.in/2013/07/createreadupdatedelete-crud-operations_10.html[^]
 
Share this answer
 

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