Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
i have used window.showModelessDialog to show my page but when i click on the button on that page new window gets opened why is it so
Add the following tag within the <html> tag to avoid opening a new window during postbacks in showModalDialog() <head runat="server"> <base target=_self ></base> </head>