System.Web.UI.WebControls.DropDownList: Method Members

The methods of System.Web.UI.WebControls.DropDownList are listed below. For a list of all members, see the DropDownList Members list.

See Also: Inherited members from System.Web.UI.WebControls.ListControl

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)

Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI.HtmlTextWriter object.

override
CreateControlCollection() : System.Web.UI.ControlCollection

Creates a collection to store child controls.

LoadPostData(string, System.Collections.Specialized.NameValueCollection) : bool

Processes postback data for the System.Web.UI.WebControls.DropDownList control.

RaisePostDataChangedEvent()

Raises events for the System.Web.UI.WebControls.DropDownList control when postback occurs.

override
RenderContents(System.Web.UI.HtmlTextWriter)
Documentation for this section has not yet been entered.
override
VerifyMultiSelect()

Always throws an System.Web.HttpException exception because multiple selection is not supported for the System.Web.UI.WebControls.DropDownList control.