Hi Actually I want to do sql pagination in sql server 2008 for a single table gridview which has nearly 50 rows, please help me to create sp for that pagination
Asked
Active
Viewed 162 times
-1
-
look what google says if you search for 'sql'-pagination: http://stackoverflow.com/questions/109232/what-is-the-best-way-to-paginate-results-in-sql-server – rudy Nov 08 '13 at 11:10
1 Answers
0
Set the EnablePaging
property of the gridview.
-
gridview pagination is already there i need to do sql pagination\ – Parthasarathy Nov 08 '13 at 11:08