How to bind 15 rows from SQL Server into a gridview with a condition and condition is that on every page index should be bind next 15 rows, means a query should be fired for retrieving next 15 rows (I don't want to retrieve all rows from the table in one time).
How can I implement any query or procedure to do it? Please help me