Click here to Skip to main content
15,885,159 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi..Friends...


I have 25000 Record in Table..

I have Bind Gridview but display lost time wait...

so how to remove load..???

with example...
Posted
Comments
Chinmaya C 29-Apr-13 3:15am    
Try implementing paging (read certain number of records) in sql server stored procedure. And try loading data from that procedure.

Hope the following link will help you:
http://www.mssqltips.com/sqlservertip/1699/sql-server-stored-procedures-to-page-large-tables-or-queries/
ChienVH 5-May-13 1:55am    
You can try with the below:
- Select your gridview
- Press F4 to open Properties box
- Locate PageSize property, then put the number of records you want to display in per page.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900