I'm trying to create a webforms page (inside a master) that immediately displays 'loading...' text while the page content is built.
I can do this quite easily if I have a button that is first clicked to call the build method but if I call the build method in the PAGE_LOAD the page doesn't render at all until the page is built.
How would I do this?