I have a grid on a page that displays some basic information about an item, such as item # and description. I need to be able to allow my users to enter detail information about any item they choose then update a database with those values. Presently I'm doing this by entering all of my detail fields as textboxes in an ItemTemplate. Once the user is done entering information they hit a submit button that goes through every row in the table and checks for updates and the updates the database. While this works, it is very inefficient and actually does fail to work when my server has lots of traffic. It simply times out.
For my scenario, what is the proper way to do this?
Thanks.
For my scenario, what is the proper way to do this?
Thanks.