C# Class NewsFeedInput.Login

Show file Open project: EddowSan/CIX

Protected Properties

Property 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

Public Methods

Method Description
ValidateUser ( ) : bool

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

ValidateUser() public method

public ValidateUser ( ) : bool
return bool

Property Details

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

headerTag protected 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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

lblPassword protected 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
return global::System.Web.UI.WebControls.Label

lblUserName protected 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
return global::System.Web.UI.WebControls.Label

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

valPassword protected 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
return global::System.Web.UI.WebControls.RequiredFieldValidator

valUserName protected 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
return global::System.Web.UI.WebControls.RequiredFieldValidator