C# Class NewsFeedInput.Login

Afficher le fichier Open project: EddowSan/CIX

Protected Properties

Свойство Type Description
btnSubmit global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
headerTag global::System.Web.UI.HtmlControls.HtmlGenericControl
lblPassword global::System.Web.UI.WebControls.Label
lblUserName global::System.Web.UI.WebControls.Label
txtPassword global::System.Web.UI.WebControls.TextBox
txtUserName global::System.Web.UI.WebControls.TextBox
valPassword global::System.Web.UI.WebControls.RequiredFieldValidator
valUserName global::System.Web.UI.WebControls.RequiredFieldValidator

Méthodes publiques

Méthode Description
ValidateUser ( ) : bool

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

ValidateUser() public méthode

public ValidateUser ( ) : bool
Résultat bool

Property Details

btnSubmit protected_oe property

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

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
Résultat global::System.Web.UI.HtmlControls.HtmlForm

headerTag protected_oe property

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

lblPassword protected_oe property

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

lblUserName protected_oe property

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

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
Résultat 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
Résultat global::System.Web.UI.WebControls.TextBox

valPassword protected_oe property

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

valUserName protected_oe property

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