I am binding a data table to a grid view in which one field is a textbox. The page also has an over-all single update button. If we make changes in any number of text boxes and click that update button, then all the values are to be updated in the database.
Hows its possible without using for loop or foreach loop?
Thanks in advance.
Go to the complete details ...