Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear,
I need a immediate solution,when i load grid-view in asp.net 3.5 only 10 thousands data it will reflect
pagerequestmanager request time out 
this error message when data is less then it works fine.
I am in deep dilemma.can any one experience this problem,what can be appropriate solution.

Thanks in advance
Mahmud
Software Engineer
Posted
Comments
Martin Arapovic 4-Mar-12 7:57am    
Hi! Can you provide little more info. What you use to load data into grid (what is the data source), do you use Ajax (update panel or some other implementation...), do you page your data?
It looks that your data from server to the client can be transferred within given amount of time. Try to set ScriptManager AsyncPostBackTimeout property to desired value if you use script manager... This is what I can try to guess. With more details you will get better answer. :-(
Mahmudunnabi 4-Mar-12 8:13am    
dear,thanks for response but less data works fine,but when I worked for more data like 10 thousands its nor response in IE shows above error message but no debugging error.I have increased asyncronizepostbacktimeout property more larger but result is same.
ZurdoDev 9-Mar-12 12:49pm    
Sounds like you need to implement paging.

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