StuckInTheMiddle
Programmer
I have a page in my ASP.NET(VB) that retrieves summary info for users when they first log in to my application.
For some users with lots of info this page can take 2-3 minutes to load, what I have tried to do is create a cancel link/button on my main page (that redirects be default to my long loading .aspx page) to allow them to stop this page from loading if they don't want to wait and skip to another page, my main menu for instance.
I tried doing this however it seems ASP.NET (or IIS perhaps) tries to finish the first page loading before redirecting to the link on my cancel button which defeats it's purpose.
I'm not the greatest .NET programmer but thought something like this should be fairly simple, I guess I'm missing something
A,
"If you can stay calm, while all around you is chaos...then you probably haven't completely understood the seriousness of the situation.
For some users with lots of info this page can take 2-3 minutes to load, what I have tried to do is create a cancel link/button on my main page (that redirects be default to my long loading .aspx page) to allow them to stop this page from loading if they don't want to wait and skip to another page, my main menu for instance.
I tried doing this however it seems ASP.NET (or IIS perhaps) tries to finish the first page loading before redirecting to the link on my cancel button which defeats it's purpose.
I'm not the greatest .NET programmer but thought something like this should be fairly simple, I guess I'm missing something
A,
"If you can stay calm, while all around you is chaos...then you probably haven't completely understood the seriousness of the situation.