I would like to resize the targeted window after my hyper link is clicked is this possible?
<asp:HyperLinkField DataNavigateUrlFields="myID"
DataNavigateUrlFormatString="../names /view.aspx?myID={0}"
DataTextField="name"
HeaderText="Name"
SortExpression="Name"
ItemStyle-Width="100px"
ItemStyle-Wrap="true"
HeaderStyle-HorizontalAlign="Left"
Target="_blank" />
Try adding this attribute
to your
<asp:HyperLinkField />