multiple update problem in datagrid
-
I have a datagrid in which there are 2 columns --First one is a template column which is having a textbox in its itemtemplate. --secound one is a bound column and is picking up some unique values from database Now on the page load i am providing the datagrid its datasource and binding it then. after i bind the data, the text boxes will have some values which is the first column and the secound column will be having some unique value now what i want is when i click on a button(not in the grid anywhere on the page) i want to update all those records for which the value in the text box(in the datagrid) has been changed and i want to update all the changes in the database in one trip back to the server. Help Me!!!
-
I have a datagrid in which there are 2 columns --First one is a template column which is having a textbox in its itemtemplate. --secound one is a bound column and is picking up some unique values from database Now on the page load i am providing the datagrid its datasource and binding it then. after i bind the data, the text boxes will have some values which is the first column and the secound column will be having some unique value now what i want is when i click on a button(not in the grid anywhere on the page) i want to update all those records for which the value in the text box(in the datagrid) has been changed and i want to update all the changes in the database in one trip back to the server. Help Me!!!
You are very ambiguous in describing your "problem" but this is a simple matter of getting your hands on decent ASP.NET book that covers databinding in Webforms.