Show “loading…” message while web page is processing(blogs.msdn.com)
submitted by
wisemx(8074) 3 years, 9 months ago
There are many ways to display a loading/custom message while a web page is processing. Mostly we like to display such message when there is some heavy processing happening during the page load. It is not preferred to show the user a blank screen while some processing happens at the server side.
Following are some of the ways we can achieve this:
1. Using an Ajax call.
2. Using javascript to submit the page and then perform the server side processing.
3. Using Response.flush to flush the current data to the web page. (did not do much research o n this. but did not work in the page_load event. Worked when I used inline code.)
4. Using the <Meta> tag to refresh the page.
|category: ASP.NET
|Views: 364
tags:
ASP.NET another
Everyones tags:
Your Tags: