How can we optimize the records coming in gridview?

Vbgfweuldawa

New Member
I wanna bind atleast 30,000 records in a gridview from a sqlserver table. I want to bind only 50 records at a time with grid view. The grid has also paging and when I click next page then next 50 records should be shown and another next page's click another 50 records. How can I optimize this thing. I want that If 30,000 records are binding then grid should be work as binded 50 records.Thanks,
 
Top