I'm having to display 2 modal dialog windows using WebDialogWindow control. For example, I have a main page which displays modal dialog 1. Then, from modal dialog 1, I need to display modal dialog 2. WebDialogWindow is on both main page (to display modal dialog1) and modal dialog 1's content page (to display modal dialog2).
Modal dialog2 displays from modal dialog1 fine, but it is contained within the modal dialog1 window. Is there a way for modal dialog2 to be able to move out side of the content area of modal dialog1?
If you could provide any help, I would appreciate it very much.
Thank you for your reply. We are getting the UI designer guy to use different control to avoid having to open modal dialog on top of another modal dialog.