My site takes a few seconds to compile (www.graxx.ca) and load. It is noticeable here, on my PC, during development, and also out on the server, during deployment.
I am afraid that, the bigger my site will get, the longer it will take to compile and therefore to load.
Is there a simple way to display a wait message or a progress bar while it is compiling/loading? To avoid losing visitors?
Seems that this can't be done through an Update Panel Progress Bar control because that is way too late in the Page life cyle, according to my readings.
I tried a simple Response.Write on the Page Load event but, the message came at the same time as my page while pushing everything one line down. So, not a solution.
Thank you very much in advance for your kind help and suggestions, Roger Breton
Go to the complete details ...