I have a heavy asp.net page. While it renders, some images come in the beginning then progressively it loads the rest. We want to get rid of the behavior. The page should display only after all the content is ready and it should display together. How do we achieve it? Is there any way we can ask the page to wait until it is completely ready?
Share
You could have an element fill the page, and when the javascript event onLoad fires hide it.