C# Class FLWebServicesC.AdminLogin

Inheritance: System.Web.UI.Page
显示文件 Open project: hussien89aa/Alrubaye.net

Protected Properties

Property Type Description
BuAddData global::System.Web.UI.WebControls.Button
HFMAC global::System.Web.UI.WebControls.HiddenField
LaStudentName0 global::System.Web.UI.WebControls.Label
LaStudentName1 global::System.Web.UI.WebControls.Label
LiMessage global::System.Web.UI.WebControls.Literal
RequiredFieldValidator2 global::System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator3 global::System.Web.UI.WebControls.RequiredFieldValidator
ScriptManager1 global::System.Web.UI.ScriptManager
UpdateProgress1 global::System.Web.UI.UpdateProgress
theDiv global::System.Web.UI.HtmlControls.HtmlGenericControl
txtPassword global::System.Web.UI.WebControls.TextBox
txtUserName global::System.Web.UI.WebControls.TextBox

Protected Methods

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

Private Methods

Method Description
IsAdminExists ( string userName, string password ) : bool

Method Details

BuAddData_Click1() protected method

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

Page_Load() protected method

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

Property Details

BuAddData protected_oe property

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

HFMAC protected_oe property

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

LaStudentName0 protected_oe property

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

LaStudentName1 protected_oe property

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

LiMessage protected_oe property

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

RequiredFieldValidator2 protected_oe property

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

RequiredFieldValidator3 protected_oe property

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

ScriptManager1 protected_oe property

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

UpdateProgress1 protected_oe property

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

theDiv protected_oe property

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

txtPassword protected_oe property

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

txtUserName protected_oe property

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