Property | Type | Description | |
---|---|---|---|
EnsureScriptManager | void | ||
ExecuteCallbackMethod | string | ||
ICallbackEventHandler | string | ||
ICallbackEventHandler | void | ||
IClientStateManager | string | ||
IClientStateManager | void | ||
IPostBackDataHandler | bool | ||
IPostBackDataHandler | void |
Method | Description | |
---|---|---|
FindControl ( string id ) : |
||
ResolveControl ( string controlId ) : |
||
ScriptControlBase ( HtmlTextWriterTag tag ) : System |
Method | Description | |
---|---|---|
DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void | ||
GetCallbackResult ( ) : string | ||
GetScriptDescriptors ( ) : IEnumerable |
||
GetScriptReferences ( ) : IEnumerable |
||
LoadClientState ( string clientState ) : void | ||
LoadPostData ( string postDataKey, |
||
OnLoad ( |
||
OnPreRender ( |
||
RaiseCallbackEvent ( string eventArgument ) : void | ||
RaisePostDataChangedEvent ( ) : void | ||
SaveClientState ( ) : string | ||
ScriptControlBase ( bool enableClientState, HtmlTextWriterTag tag ) : System |
Method | Description | |
---|---|---|
EnsureScriptManager ( ) : void | ||
ExecuteCallbackMethod ( string callbackArgument ) : string | ||
ICallbackEventHandler ( ) : string | ||
ICallbackEventHandler ( string eventArgument ) : void | ||
IClientStateManager ( ) : string | ||
IClientStateManager ( string clientState ) : void | ||
IPostBackDataHandler ( string postDataKey, |
||
IPostBackDataHandler ( ) : void |
protected DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void | ||
descriptor | System.Web.UI.ScriptComponentDescriptor | |
return | void |
public FindControl ( string id ) : |
||
id | string | |
return |
protected GetScriptDescriptors ( ) : IEnumerable |
||
return | IEnumerable |
protected GetScriptReferences ( ) : IEnumerable |
||
return | IEnumerable |
protected LoadClientState ( string clientState ) : void | ||
clientState | string | |
return | void |
protected LoadPostData ( string postDataKey, |
||
postDataKey | string | |
postCollection | ||
return | bool |
protected OnPreRender ( |
||
e | ||
return | void |
protected RaiseCallbackEvent ( string eventArgument ) : void | ||
eventArgument | string | |
return | void |
protected RaisePostDataChangedEvent ( ) : void | ||
return | void |
public ResolveControl ( string controlId ) : |
||
controlId | string | |
return |
public ScriptControlBase ( HtmlTextWriterTag tag ) : System | ||
tag | HtmlTextWriterTag | |
return | System |
protected ScriptControlBase ( bool enableClientState, HtmlTextWriterTag tag ) : System | ||
enableClientState | bool | |
tag | HtmlTextWriterTag | |
return | System |