Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to know is there any way by which i can bind 3-4 gridview simultaneously with around 400-500 rows in each gridview without getting application hangedse time
Posted

1 solution

You can use jQuery WebMethod with GridView or simply jQGrid. That would be faster.

One more thing, apply Paging on GridViews, don't show 400 to 500 rows at a time.
 
Share this answer
 
v2

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