1
Answer

Stored Procedure for Paging in gridview

Rajani sc

Rajani sc

7y
221
1
How to add 10,10 rows in seperated pages in gridview using stored procedure, it should count as 1 to 10 ,11 to 20 in page1 and page2 in asp.net C# fetching data from database,
and we should not create the pages seperately just we need to pass the parameter to the same page as page2
 
 
Thanks in advance 
Answers (1)