-1

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

  • 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 Answers1

0

Set the EnablePaging property of the gridview.