BulletedList::Text Property
Gets or sets the text for the BulletedList control.
Assembly: System.Web (in System.Web.dll)
public: virtual property String^ Text { String^ get () override; void set (String^ value) override; }
<asp:BulletedList Text="String" />
Property Value
Type: System::StringThe SelectedValue of the BulletedList, if one of the items in the BulletedList is selected; otherwise, an empty string ("").
Implements
ITextControl::Text| Exception | Condition |
|---|---|
| NotSupportedException | An attempt was made to assign a value to the Text. |
The Text property is inherited from the ListControl class and is not applicable to the BulletedList control.
Note: |
|---|
The Text property is set internally based on the selected list item in the BulletedList control. If you set the Text property directly, a NotSupportedException exception is thrown. |
While you cannot access the Text property of BulletedList control, you can use the event data of the BulletedListEventArgs class to determine the index of the link button in a BulletedList that was clicked. You can then access the Text property of the LinkButton control.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: