Hello I would like the user to be directed to a separate browser if possible from a HyperLink in a Gridview. How can I do this.. like you know how a href blah blah target:_blank something like that.. but the problem is that I am using this..
<asp:HyperLinkField
DataNavigateUrlFields="myID"
DataNavigateUrlFormatString="../names/view.aspx?myID={0}" //anyway to do it here?
DataTextField="name"
HeaderText="Name"
SortExpression="Name"
ItemStyle-Width="100px"
ItemStyle-Wrap="true"
HeaderStyle-HorizontalAlign="Left" />
Use the Target property: