How to create a webdialoguewindow resizable.In the master page I have a webdialoguewindow that i opned from content page.I want this window to be modal i set its property but the problem is that whenever I set it as model i can not resize it.Is there any way by making model webdialoguewindow resizable?Thanks in advance for yr replies
Hello ashpawan,
Please take a look at this topic. Here is the code that I used in the .aspx.cs file.
this.WebDialogWindow1.Resizer.Enabled = true; this.WebDialogWindow1.Modal = true;
Let me know if you have any other questions.
Elizabeth AlbertLocalization Engineer