I have a lenghty ASP.NET page load process.
Is there a way to display a loading gif while the ASP.NET page loads?
Obviously I can’t use an image on the page itself, and when I fiirst load a “dummy page” with the “Loading…” picture, that page is discarded as soon as I redirect the user to the real page…
Any clue? Thanks
You can use an UpdateProgress control for this, like this:
Here are some styles you can use if you want it to be semi-transparent: