How to display progress bar until whole aspx page is load?
问题 I have a master page Root.master and a page default.aspx . I want to display progress bar until whole default.aspx page is loaded . I tried following code:- <html> <head><title>xx</title> </head> <body style="visibility:hidden;" onload="function(){document.body.visibility='visible'}"> <img src="xxxx.gif" style="visibility:visible !important"> </body> </html> But problem is that I do not have body on default.aspx , it is on root.master , if we put it on root.master, it apply all pages which