C# Class ExampleOAuthChannel.Login

Inheritance: System.Web.UI.Page
Show file Open project: bittercoder/DevDefined.OAuth-Examples

Protected Properties

Property Type Description
FailureText global::System.Web.UI.WebControls.Literal
LoginButton global::System.Web.UI.WebControls.Button
Password global::System.Web.UI.WebControls.TextBox
PasswordLabel global::System.Web.UI.WebControls.Label
PasswordRequired global::System.Web.UI.WebControls.RequiredFieldValidator
RememberMe global::System.Web.UI.WebControls.CheckBox
UserName global::System.Web.UI.WebControls.TextBox
UserNameLabel global::System.Web.UI.WebControls.Label
UserNameRequired global::System.Web.UI.WebControls.RequiredFieldValidator
form1 global::System.Web.UI.HtmlControls.HtmlForm

Protected Methods

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

Method Details

LoginButton_Click() protected method

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

Property Details

FailureText protected property

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

LoginButton protected property

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

Password protected property

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

PasswordLabel protected property

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

PasswordRequired protected property

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

RememberMe protected property

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

UserName protected property

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

UserNameLabel protected property

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

UserNameRequired protected property

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

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