W
WB
Hi,
I have a web form that takes a long time to load. It inherits a master page
which has several ContentPlaceHolders.
Now these slow components (mostly databinding to GridViews) are in several
of the ContentPlaceHolders on the web form. I could use a UpdateProgress
control for each of these slow components but I don't want to have several
"waiting images" all over the page. Can I just not display the page at all
but show only ONE waiting image in a white background, and load the page as a
whole when all things are ready?
Thanks,
WB
I have a web form that takes a long time to load. It inherits a master page
which has several ContentPlaceHolders.
Now these slow components (mostly databinding to GridViews) are in several
of the ContentPlaceHolders on the web form. I could use a UpdateProgress
control for each of these slow components but I don't want to have several
"waiting images" all over the page. Can I just not display the page at all
but show only ONE waiting image in a white background, and load the page as a
whole when all things are ready?
Thanks,
WB