Problems with window.showModalDialog(
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Please Help, when i use the comand window.showModalDialog( it opens another webform as popup , but when i click ina button i this it opens the same webform again. how to solve that ? My application is in c# asp.net
If you mean that when you post a form in the dialog, it will open in a new window instead of in the dialog, that is because you can't post a form to a dialog. Put a frameset in the dialog, and open the page in the frameset, then you can post the form to the same window. --- b { font-weight: normal; }