Hi all,
Hope someone can offer a few pointers. I have a gridview control with a hyperlink column like this...
Is there any way I can force this to open in a new window, instead of opening a new tab?Code:<asp:HyperLinkField .... DataNavigateUrlFormatString="./Default.aspx" Target="_blank" />
Grateful for any tips!
Dom




Reply With Quote