Property | Type | Description | |
---|---|---|---|
GetPostBackOptions | PostBackOptions | ||
IPostBackDataHandler | bool | ||
IPostBackDataHandler | void | ||
RegisterKeyHandlerClientScript | void |
Method | Description | |
---|---|---|
AddAttributesToRender ( HtmlTextWriter w ) : void | ||
AddParsedSubObject ( object obj ) : void | ||
LoadPostData ( string postDataKey, |
||
OnPreRender ( EventArgs e ) : void | ||
OnTextChanged ( EventArgs e ) : void | ||
RaisePostDataChangedEvent ( ) : void | ||
Render ( HtmlTextWriter w ) : void | ||
SaveViewState ( ) : object |
Method | Description | |
---|---|---|
GetPostBackOptions ( ) : PostBackOptions | ||
IPostBackDataHandler ( string postDataKey, |
||
IPostBackDataHandler ( ) : void | ||
RegisterKeyHandlerClientScript ( ) : void |
protected AddAttributesToRender ( HtmlTextWriter w ) : void | ||
w | HtmlTextWriter | |
return | void |
protected AddParsedSubObject ( object obj ) : void | ||
obj | object | |
return | void |
protected LoadPostData ( string postDataKey, |
||
postDataKey | string | |
postCollection | ||
return | bool |
protected OnTextChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected RaisePostDataChangedEvent ( ) : void | ||
return | void |