Property | Type | Description | |
---|---|---|---|
GetPostBackOptions | System.Web.UI.PostBackOptions | ||
IPostBackDataHandler | bool |
Method | Description | |
---|---|---|
DropDownList ( ) : System.Collections.Specialized | ||
IPostBackDataHandler ( ) : void |
Method | Description | |
---|---|---|
AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
CreateControlCollection ( ) : System.Web.UI.ControlCollection | ||
LoadPostData ( string postDataKey, |
||
RaisePostDataChangedEvent ( ) : void | ||
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void | ||
VerifyMultiSelect ( ) : void |
Method | Description | |
---|---|---|
GetPostBackOptions ( ) : System.Web.UI.PostBackOptions | ||
IPostBackDataHandler ( string postDataKey, |
protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
return | void |
protected CreateControlCollection ( ) : System.Web.UI.ControlCollection | ||
return | System.Web.UI.ControlCollection |
public DropDownList ( ) : System.Collections.Specialized | ||
return | System.Collections.Specialized |
protected LoadPostData ( string postDataKey, |
||
postDataKey | string | |
postCollection | ||
return | bool |
protected RaisePostDataChangedEvent ( ) : void | ||
return | void |
protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
return | void |