Click here to Skip to main content
15,886,106 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,custom paging in gridview or listview.
Everytime in paging event,It bind the whole DataTable which contain all records in table.

Please help me in store procedure in Pl/SQL or MS sql which can do custom paging.
Posted
Updated 19-Jun-15 2:55am
v2

1 solution

The following links should get you started:
GridView Custom Paging[^]
GridView Examples for ASP.NET 2.0: Paging and Sorting the GridView's Data[^]

You also might want to look through the results off this article search: gridview paging[^]
 
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