C# Class NSoft.NFramework.WebHost.Compression.CompressiblePage

Inheritance: System.Web.UI.Page
Show file Open project: debop/NFramework

Protected Properties

Property Type Description
GridView1 global::System.Web.UI.WebControls.GridView
ObjectDataSource1 global::System.Web.UI.WebControls.ObjectDataSource
SqlDataSource1 global::System.Web.UI.WebControls.SqlDataSource
btnRefresh global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
lblAccount global::System.Web.UI.WebControls.Label
lblAddress global::System.Web.UI.WebControls.Label
lblEmail global::System.Web.UI.WebControls.Label
lblMessage global::System.Web.UI.WebControls.Label
lblName global::System.Web.UI.WebControls.Label
rptFavorites global::System.Web.UI.WebControls.Repeater

Protected Methods

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

Private Methods

Method Description
DoPageLoad ( ) : void
LoadUser ( UserInfo user ) : void
SaveUser ( ) : void

Method Details

Page_Load() protected method

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

Property Details

GridView1 protected property

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

ObjectDataSource1 protected property

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

SqlDataSource1 protected property

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

btnRefresh protected property

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

form1 protected 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

lblAccount protected property

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

lblAddress protected property

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

lblEmail protected property

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

lblMessage protected property

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

lblName protected property

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

rptFavorites protected property

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