Click or drag to resize

TemplatedDropDownList Methods

The TemplatedDropDownList type exposes the following members.

Methods
  NameDescription
Protected methodCreateChildControls
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
Public methodLoadPostData
Processes postback data.
Public methodLoadResources
Loads control resources.
Protected methodOnItemDataBound
Fires after an item in the drop-down list is data-bound but before it is rendered on the page.
Protected methodOnLoad
Fires when control is loaded on the page.
Protected methodOnSelectedIndexChanged
Fires when user changes the selection in the drop-down list.
Public methodRaisePostBackEvent
Enables a server control to process an event raised when a form is posted to the server.
Public methodRaisePostDataChangedEvent
Signals the server control to notify the ASP.NET application that the state of the control has changed.
Protected methodRender
Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
Top
See Also