C# Class littleworld.Web.userResetPwd

Inheritance: System.Web.UI.Page
Mostrar archivo Open project: radishPit/littleworld

Protected Properties

Property Type Description
Label1 global::System.Web.UI.WebControls.Label
btnOK global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
lblmsg1 global::System.Web.UI.WebControls.Label
lblmsg2 global::System.Web.UI.WebControls.Label
lblmsg3 global::System.Web.UI.WebControls.Label
lblmsg4 global::System.Web.UI.WebControls.Label
lblmsg5 global::System.Web.UI.WebControls.Label
lblpwd global::System.Web.UI.WebControls.Label
lblpwdagain global::System.Web.UI.WebControls.Label
txtpwd global::System.Web.UI.WebControls.TextBox
txtpwdagain global::System.Web.UI.WebControls.TextBox

Protected Methods

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

Method Details

Page_Load() protected method

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

btnOK_Click() protected method

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

Property Details

Label1 protected_oe property

Label1 控件。
自动生成的字段。 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
protected global::System.Web.UI.WebControls.Label Label1
return global::System.Web.UI.WebControls.Label

btnOK protected_oe property

btnOK 控件。
自动生成的字段。 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
protected global::System.Web.UI.WebControls.Button btnOK
return global::System.Web.UI.WebControls.Button

form1 protected_oe property

form1 控件。
自动生成的字段。 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
protected global::System.Web.UI.HtmlControls.HtmlForm form1
return global::System.Web.UI.HtmlControls.HtmlForm

lblmsg1 protected_oe property

lblmsg1 控件。
自动生成的字段。 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
protected global::System.Web.UI.WebControls.Label lblmsg1
return global::System.Web.UI.WebControls.Label

lblmsg2 protected_oe property

lblmsg2 控件。
自动生成的字段。 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
protected global::System.Web.UI.WebControls.Label lblmsg2
return global::System.Web.UI.WebControls.Label

lblmsg3 protected_oe property

lblmsg3 控件。
自动生成的字段。 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
protected global::System.Web.UI.WebControls.Label lblmsg3
return global::System.Web.UI.WebControls.Label

lblmsg4 protected_oe property

lblmsg4 控件。
自动生成的字段。 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
protected global::System.Web.UI.WebControls.Label lblmsg4
return global::System.Web.UI.WebControls.Label

lblmsg5 protected_oe property

lblmsg5 控件。
自动生成的字段。 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
protected global::System.Web.UI.WebControls.Label lblmsg5
return global::System.Web.UI.WebControls.Label

lblpwd protected_oe property

lblpwd 控件。
自动生成的字段。 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
protected global::System.Web.UI.WebControls.Label lblpwd
return global::System.Web.UI.WebControls.Label

lblpwdagain protected_oe property

lblpwdagain 控件。
自动生成的字段。 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
protected global::System.Web.UI.WebControls.Label lblpwdagain
return global::System.Web.UI.WebControls.Label

txtpwd protected_oe property

txtpwd 控件。
自动生成的字段。 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
protected global::System.Web.UI.WebControls.TextBox txtpwd
return global::System.Web.UI.WebControls.TextBox

txtpwdagain protected_oe property

txtpwdagain 控件。
自动生成的字段。 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
protected global::System.Web.UI.WebControls.TextBox txtpwdagain
return global::System.Web.UI.WebControls.TextBox