hai all, i am using gridview in asp.net c#. i load the gridview by
1000 records
10 per page
allow pager
now i want to fetch only 10 records at a time from databse, and i should show the page numbers as 100(for original 1000 records), each and every time i click the page numbers, only 10 record should be fetched from database.
how to do this?
thanx in advance.
1000 records
10 per page
allow pager
now i want to fetch only 10 records at a time from databse, and i should show the page numbers as 100(for original 1000 records), each and every time i click the page numbers, only 10 record should be fetched from database.
how to do this?
thanx in advance.
Comment