Easy Tutorial
❮ Prop Webcontrol Image Imageurl Met Websecurity Isconfirmed ❯

ASP.NET BulletedList Target Property



Definition and Usage

The Target property is used to get or set where the target URL should be opened.

Syntax

Property Description
target Specifies where to open the target URL. Possible values: _blank - Opens the target URL in a new window<br> _self - Opens the target URL in the same frame as it was clicked<br> _search - Opens the target URL in the search pane<br> _top - Opens the target URL in the full body of the window<br> _parent - Opens the target URL in the parent frame set<br> framename - Specifies the target frame name

Tips and Notes

Note: This property is only available when the DisplayMode property is set to "HyperLink".


Example

The following example sets the Target of the BulletedList control:


❮ Prop Webcontrol Image Imageurl Met Websecurity Isconfirmed ❯