ListItem::IAttributeAccessor::SetAttribute Method (String^, String^)
This API supports the product infrastructure and is not intended to be used directly from your code.
Sets an attribute of the list item control with the specified name and value.
Assembly: System.Web (in System.Web.dll)
private: virtual void SetAttribute( String^ name, String^ value ) sealed = IAttributeAccessor::SetAttribute
Parameters
- name
-
Type:
System::String^
The name component of the attribute's name/value pair.
- value
-
Type:
System::String^
The value component of the attribute's name/value pair.
This member is an explicit interface member implementation. It can be used only when the ListItem instance is cast to an IAttributeAccessor interface.
Available since 1.1
IAttributeAccessor::SetAttribute
ListControl
RadioButtonList
ListBox
DropDownList
CheckBoxList
ListItem Class
System.Web.UI.WebControls Namespace
ListBox Web Server Control Overview
RadioButton and RadioButtonList Web Server Controls Overview
CheckBox and CheckBoxList Web Server Controls Overview
BulletedList Web Server Control Overview
DropDownList Web Server Control Overview