Gets or sets the target window or frame in which to display the Web page content linked to when the System.Web.UI.WebControls.HyperLink control is clicked.
Frame's name for displaying the link.
Use the HyperLink.Target property to specify the frame or window that displays the Web page linked to when the System.Web.UI.WebControls.HyperLink control is clicked. The Web page is specified by setting the HyperLink.NavigateUrl property.
If this property is not set, the browser or window with focus refreshes when the System.Web.UI.WebControls.HyperLink control is clicked.
The HyperLink.Target property renders as a target attribute. The target attribute on anchor elements is not allowed in the XHTML 1.1 document type definition. Do not set the HyperLink.Target property if the rendered output for the System.Web.UI.WebControls.HyperLink must be XHTML 1.1 compliant. For more information, refer to the topic ASP.NET and XHTML Compliance.
When creating accessible Web pages, it is strongly recommended you avoid using the HyperLink.Target property to target another window. For more information, see Accessibility in Visual Studio 2010 and ASP.NET 4 and ASP.NET Controls and Accessibility.