Hi all,

Hope someone can offer a few pointers. I have a gridview control with a hyperlink column like this...

Code:
<asp:HyperLinkField .... DataNavigateUrlFormatString="./Default.aspx" Target="_blank" />
Is there any way I can force this to open in a new window, instead of opening a new tab?

Grateful for any tips!

Dom