Click here to Skip to main content
15,909,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all ,

please to get reslove.
Posted
Comments
Rai Pawan 14-Dec-12 2:34am    
Please be specific in your question. Have you tried to debug your code? There might be infinite loops in your code... So I'd recommend that you first all try to debug your code, if the problem persists then you may post the code block.
Regards
Pawan

1 solution

Rajesh,

I believe, this is too vague a question to get any meaningful answer that can help you solve your problem.

You need to give out some details about what is being carried out in the page.

In general, it is saying that in your page_load something took too long to process and your page expired. There are various reasons associated with this issue.
1. There is SQL query which is taking too long.
2. You are calling a third party service and its not responding
3. There is some deadlock in the SQL

Most likely it might be SQL Timeout. But to repeat, give more details about the page, stack trace etc to help people to help you.

Hope that helps
Milind
 
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