Is there a way to open an asp:HyperLink.NavigateUrl in a new tab and not change location of the current?
use <asp:HyperLink Target="_blank" /> actually depending on the users settings that may open a new window.
<asp:HyperLink Target="_blank" />
This works for a new tab in FF and Chrome, doesn't seem to work in IE (8), but this may depend on the doctype.
1.4m articles
1.4m replys
5 comments
57.0k users