Rank: Member Groups: Member
Joined: 1/11/2008 Posts: 16
|
Hi,
I've a question about using the Dialog control.
The application I'm buiiding has (ofcourse) multiple pages. The layout is defined in a masterpage. For switching between the pages I use an EO.Menu control. Thanks to your great support, I managed to solve the problems I was facing defining the control. The solution is working fine now.
Now, I want to display a "please wait message" during loading a new aspx page. I think the best way is to do this by using the Dialog control.
Is there an (easy) way to show a Dialog message, every time I load a new page? Because I want it to show every time at loading, perhabs located in the masterpage?
Thanks and kind regards Martin
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Martin,
There is little point of doing that. Most of the waiting time occurs while the new page is loading, and when the page is loading, the dialog does not function. It only functions after the page is loaded.
Thanks
|
Rank: Member Groups: Member
Joined: 1/11/2008 Posts: 16
|
Hi,
Thanks for your quick answer, although it is not where I hoped for. I have to look for an other solution.
Kind regards, Martin
|