Monday, March 08, 2010

IE Modal Dialog and ASP.NET PostBack solution


 

Put the following HTML code inside of your page header in HTML source,

1

<head>

2

    <title>My Page</title>


 

3

    <base
target="_self"></base>

4

</head>

The modal dialog will be able to successfully postback to itself

0 comments: