Click here to Skip to main content
15,887,875 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I'm confused on how the postback works in website and web application because,

I have a button and in that I have given a sleep time for about 30 seconds and in another page on the same time when I try to do any activities like, click redirect etc.

In Web application the above scenario works without any issue.

In Web Site till the button event comes out the sleep time all the other activities will be hang up.

Please explain me on this.

Thanks in advance.
Posted
Comments
Suvendu Shekhar Giri 26-Dec-14 6:41am    
Probably following article may help you.
http://www.codeproject.com/Articles/38501/Multi-Threading-in-ASP-NET
Sumit Jawale 30-Dec-14 0:59am    
This issue may not be realated with post back. Please try to debug your code to get exact reason for this issue.

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