C# Class littleworld.Web.userResetPwd

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: radishPit/littleworld

Protected Properties

Свойство 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

Méthodes protégées

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

Method Details

Page_Load() protected méthode

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

btnOK_Click() protected méthode

protected btnOK_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

Label1 protected_oe property

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

btnOK protected_oe property

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

form1 protected_oe property

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

lblmsg1 protected_oe property

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

lblmsg2 protected_oe property

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

lblmsg3 protected_oe property

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

lblmsg4 protected_oe property

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

lblmsg5 protected_oe property

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

lblpwd protected_oe property

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

lblpwdagain protected_oe property

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

txtpwd protected_oe property

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

txtpwdagain protected_oe property

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