Hi,
I have a gridview User enter values into rows and with one button click I Want to save all data to Gridview. I am able to save all data from the Gridview to Database with one click.
Here my problem is :
On the Page_Load I am getting the data from Database. And storing it in the Data Table binding the datatable to Gridview.
The first column of Gridview getting the data from another apsx page. User add one row to gridview enter some data in that row. Again he clicking on addrow button which will add the row to gridview. This time the data entered in previous row is erasing. But
I need to persist the data in the previous row before adding the new row. Atlast I want to update all rows data into database with the Update button click which is outside of grdivew.
How to persist the gridview data.
Thanks
I have a gridview User enter values into rows and with one button click I Want to save all data to Gridview. I am able to save all data from the Gridview to Database with one click.
Here my problem is :
On the Page_Load I am getting the data from Database. And storing it in the Data Table binding the datatable to Gridview.
The first column of Gridview getting the data from another apsx page. User add one row to gridview enter some data in that row. Again he clicking on addrow button which will add the row to gridview. This time the data entered in previous row is erasing. But
I need to persist the data in the previous row before adding the new row. Atlast I want to update all rows data into database with the Update button click which is outside of grdivew.
How to persist the gridview data.
Thanks