Menu
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
How to display page while long-running process executing?
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="lmttag, post: 2757791"] Hello. We're developing an ASP.NET 2.0 (C#) application and we're trying to AJAX-enable it. We're having problem with a page not showing the page while a long-running process is executing. So, we're looking for a way to display the page with a "please wait..." message while the process is running, and then, when the process is done, update the page with the actual results/page content. We have a page that opens another browser/page using JavaScript window.open, and, in the second page's Page_Load, we call the long-running function. In doing this, the browser and page do not completely render anything until the long-running function is complete. So, how can we make the page that calls the long-running process in Page_Load display a page with some sort of please wait... message (and probably an animated gif) while the function runs? Is there something in the new ASP.NET AJAX stuff? Or, is there some other way? Thanks. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
How to display page while long-running process executing?
Top