How to kill asynchronous postback / current postback?

Posted on 16th Feb 2014 by admin

Hi,here is my problem:I have a web site with many pages of which some may take time to process results. If a user wants to go to another page (by clicking on the top menu) the browser locks up till the results of that page have been processed. Is there any way I can kill the on-going process of that particular page so that the user can move to another page immediately? I am using UpdateProgress and UpdatePanel (AsyncPostBackTrigger) with the pages taking time to process results. Thanks

Other forums