Property | Type | Description | |
---|---|---|---|
GetInlineDisplayStyle | string | ||
IPostBackDataHandler | bool | ||
IPostBackDataHandler | void | ||
IScriptControl | IEnumerable |
||
IScriptControl | IEnumerable |
Method | Description | |
---|---|---|
RaisePostDataChangedEvent ( ) : void |
Raises PostDataChangeEvent.
|
|
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders a control.
|
|
ResolveControl ( string controlId ) : |
Resolves a control
|
Method | Description | |
---|---|---|
AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
AddButtonAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
AddContainerAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
AddOptionListAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
AddTableAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
AddTextBoxAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
CreateChildControls ( ) : void | ||
GetScriptDescriptors ( ) : IEnumerable |
||
GetScriptReferences ( ) : IEnumerable |
||
InsertItem ( |
||
LoadPostData ( string postDataKey, |
||
OnItemInserted ( |
||
OnItemInserting ( |
||
OnLoad ( |
||
OnPreRender ( |
||
Render ( System.Web.UI.HtmlTextWriter writer ) : void | ||
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void |
Method | Description | |
---|---|---|
GetInlineDisplayStyle ( ) : string | ||
IPostBackDataHandler ( string postDataKey, |
||
IPostBackDataHandler ( ) : void | ||
IScriptControl ( ) : IEnumerable |
||
IScriptControl ( ) : IEnumerable |
protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
return | void |
protected AddButtonAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
return | void |
protected AddContainerAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
return | void |
protected AddOptionListAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
return | void |
protected AddTableAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
return | void |
protected AddTextBoxAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
return | void |
protected GetScriptDescriptors ( ) : IEnumerable |
||
return | IEnumerable |
protected GetScriptReferences ( ) : IEnumerable |
||
return | IEnumerable |
protected InsertItem ( |
||
e | ||
return | void |
protected LoadPostData ( string postDataKey, |
||
postDataKey | string | |
postCollection | ||
return | bool |
protected OnItemInserted ( |
||
e | ||
return | void |
protected OnItemInserting ( |
||
e | ||
return | void |
protected OnPreRender ( |
||
e | ||
return | void |
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
return | void |
protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
return | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | HTML text writer |
return | void |
public ResolveControl ( string controlId ) : |
||
controlId | string | ID of the control |
return |