Click here to Skip to main content
15,922,015 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
I have 500 rows in a grid.I fill up 50 rows then due to some problem connection will be fail.So that 100 rows will be save with data and remaining 450 rows will be save with default values.I want next time again i will go and enter data for the 51st record onwards.How is it possible in asp.net gridview.
Posted

1 solution

We call it Pagination[^].

First example from CP KB: ASP.NET Pagination[^]

Tons of examples available via SearchBox[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900