Property | Type | Description | |
---|---|---|---|
GetFormClientID | string | ||
GetPageUrl | string | ||
GetResourceStringFromResourceManager | string | ||
IsHtmlForm | bool | ||
WriteJs | string | ||
isNumber | bool |
Method | Description | |
---|---|---|
LoadPostData ( String postDataKey, |
||
RaisePostDataChangedEvent ( ) : void |
Method | Description | |
---|---|---|
OnInit ( |
||
OnLoad ( |
||
OnPreRender ( |
||
Render ( System.Web.UI.HtmlTextWriter output ) : void |
Method | Description | |
---|---|---|
GetFormClientID ( ) : string | ||
GetPageUrl ( string paraPageUrl ) : string | ||
GetResourceStringFromResourceManager ( string key ) : string | ||
IsHtmlForm ( |
||
WriteJs ( ) : string | ||
isNumber ( string s ) : bool |
public LoadPostData ( String postDataKey, |
||
postDataKey | String | |
values | ||
return | bool |
protected OnPreRender ( |
||
e | ||
return | void |
protected Render ( System.Web.UI.HtmlTextWriter output ) : void | ||
output | System.Web.UI.HtmlTextWriter | |
return | void |