C# Class VolTeer.SampleControls.TestRoles

显示文件 Open project: CISC181/VolTeerNET

Protected Properties

Property Type Description
lblAdmin global::System.Web.UI.WebControls.Label
lblNonAdmin global::System.Web.UI.WebControls.Label

Protected Methods

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

Method Details

Page_Load() protected method

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

Property Details

lblAdmin protected_oe property

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

lblNonAdmin protected_oe property

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