C# Class NSoft.NFramework.XmlData.WebHost.Methods

Mostra file Open project: debop/NFramework

Protected Properties

Property Type Description
Head1 global::System.Web.UI.HtmlControls.HtmlHead
form1 global::System.Web.UI.HtmlControls.HtmlForm
lblError global::System.Web.UI.WebControls.Label
lblProductName global::System.Web.UI.WebControls.Label
rptMethods global::System.Web.UI.WebControls.Repeater

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
BindDataSource ( ) : void
InitializeComponents ( ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

Head1 protected_oe property

Head1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlHead Head1
return global::System.Web.UI.HtmlControls.HtmlHead

form1 protected_oe property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
return global::System.Web.UI.HtmlControls.HtmlForm

lblError protected_oe property

lblError control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblError
return global::System.Web.UI.WebControls.Label

lblProductName protected_oe property

lblProductName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblProductName
return global::System.Web.UI.WebControls.Label

rptMethods protected_oe property

rptMethods control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater rptMethods
return global::System.Web.UI.WebControls.Repeater