Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
AJAX Page Loading Failure on Some Browsers
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="bruce barker, post: 3962949"] your test is wrong. the updateprogress control is designed to run during an async (ajax) postback. the postback is returning right away with a redirect commend. the ajax code receives this, and sets the document.location to the new url (to do the redirect). at this point all bets are off, the browser is now navigating to a new page (that takes 5 seconds to respond). during navigation many browsers will stop the background thread that runs animated gifs, may ignore dom updates, etc. there is no defined behavior during this phase. if you are doing this on your local box, the redirect response may come before the progress bar even has chance to start. -- bruce (sqlwork.com) [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
AJAX Page Loading Failure on Some Browsers
Top