datagrid
-
hello i want to add submit button on grid view control. pls tell me code. gayatri
Gayatri
Submit to where? Changes are always written to the DataSource, but that doesn't mean that they are written to the database or file that the data comes from. That you have to write code for. If this is what you want to do you must be more specific on what the source is. There is also a lot of examples on how to do this on MSDN and internet.
-
Submit to where? Changes are always written to the DataSource, but that doesn't mean that they are written to the database or file that the data comes from. That you have to write code for. If this is what you want to do you must be more specific on what the source is. There is also a lot of examples on how to do this on MSDN and internet.