In ASP.NET
How to make the hyperlink in ShowModalDialog and ShowModelessDialog not pop up new windows?
2 methods:
1. Use an ASP page to packet the ASPX page, so the hyperlink will not pop up a new window, in fact, the new window that pops up is wrapped by the ASP page!
2. In the HTML code directly in the ASPX page, add and
!