Click here to Skip to main content
15,886,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All
I have a grid view with records ranging between 500-1000. it is a data bound grid with template fields. My Gird Get Bind and show data on a link button click. Till here every thing works fine. Problem starts when i click a check box in grid view. It has an checkbox change event associated with it when ever i check a check box in any row then it Shows "Unresponsive Script error". if any control which has a post back trigger associated with it always shows the same error i m not able to identify why this error is occurring and which script is making browser unresponsive or dead slow. Plzz help(I am using internet explorer 7) . It does not show error in other browser like IE9 or mozila
Posted
Comments
AshishChaudha 25-Oct-12 6:53am    
Could you please share your code.
Rajesh Kariyavula 25-Oct-12 7:18am    
Do you think is it really necessary to load 1000 records into a grid? Use server side pagination instead, Unresponsive Script Error occurs when JavaScript cannot handle the data in the view state for its operation.
ashu2001 26-Oct-12 4:38am    
Can u share any great idea of server side pagination...it will help alot

1 solution

For custom paging for GridView use the links below:

Custom paging with ASP.NET GridView[^]

A Neat Solution to GridView Custom Paging[^]

Hope this helps. In case of any issues implementing you can comment here.
 
Share this answer
 

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