Showing posts with label modal dialog. Show all posts
Showing posts with label modal dialog. Show all posts

Wednesday, May 9, 2007

Postback in ASP.NET page opend with showModalDialog()

Problem today: we created a ASP.NET page, opened it in a Model Dialog using javascript (showModalDialog()), and when the page did a postback, the stuff crashed.

Found the solution on this site: http://www.geekpedia.com/Question23_Using-showModalDialog()-with-an-ASP.NET-page-that-does-PostBack-opens-another-window.html

Postback in ASP.NET page opend with showModalDialog()

Problem today: we created a ASP.NET page, opened it in a Model Dialog using javascript (showModalDialog()), and when the page did a postback, the stuff crashed.

Found the solution on this site: http://www.geekpedia.com/Question23_Using-showModalDialog()-with-an-ASP.NET-page-that-does-PostBack-opens-another-window.html

place in the tags..