Quantcast
Channel: Forum Getting started with SQL Server
Viewing all articles
Browse latest Browse all 4729

Retain changes made in the Grid View with Paging

$
0
0

         Consider the situation where the Grid View is having 2 Columns and 30 rows which display 10 rows per page. Here all the fields in the Grid View are Editable Text Box. We can make whatever changes we need and finally by clicking the save button the changes in the Grid View are updated in the Database. I make few changes first page and go to second page in the Grid View. When I return back to the first page the changes made before will not be retained. I know this is the general behavior of the Grid View. But there is a need for me that when I come back to the first page, the changes made by me before should be retained but should not be affected in the Database. Please provide me the solution which satisfies my problem for n rows and n columns.


Viewing all articles
Browse latest Browse all 4729