How to keep webdialog as modal after asynchronous postback
New DiscussionHi,
I use webdialog as a wizard. The wizard requires heavily server-side operation. Therefore, i need to do asynchronous postback. However, if i do so, the modality of the webdialog is lost. The background shadow disappears, the webdialog comes back its initial position and the modality behavior is lost. Here is my setup roughly:
<UpdatePanel>
<WebDialogWindow>
<ContentPane>
<Template>
<asp:Button ID=”Button1″ OnClick=”Button1_Click”>
</Template>
</ContentPane>
</WebDialogWindow>
</UpdatePanel>
When I click Button1, the server side operation is done but the modality of the webdialog is lost. How can i handle this problem?
Thanks in advance…
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
9 Created On
Dec 11, 2008 Last Post
17 years, 3 months ago