C# Class MyPaperControls.MyPaper

Inheritance: System.Web.UI.WebControls.WebControl, INamingContainer, IPostBackDataHandler
Mostrar archivo Open project: jediskywalker/RTDeals Class Usage Examples

Private Properties

Property Type Description
GetFormClientID string
GetPageUrl string
GetResourceStringFromResourceManager string
IsHtmlForm bool
WriteJs string
isNumber bool

Public Methods

Method Description
LoadPostData ( String postDataKey, NameValueCollection values ) : bool
RaisePostDataChangedEvent ( ) : void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter output ) : void

Private Methods

Method Description
GetFormClientID ( ) : string
GetPageUrl ( string paraPageUrl ) : string
GetResourceStringFromResourceManager ( string key ) : string
IsHtmlForm ( Control c ) : bool
WriteJs ( ) : string
isNumber ( string s ) : bool

Method Details

LoadPostData() public method

public LoadPostData ( String postDataKey, NameValueCollection values ) : bool
postDataKey String
values System.Collections.Specialized.NameValueCollection
return bool

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

RaisePostDataChangedEvent() public method

public RaisePostDataChangedEvent ( ) : void
return void

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
return void