C# Class Blackboard_Website_Vorlage._Default

Inheritance: System.Web.UI.Page
Exibir arquivo Open project: mystik2/Workshop-Rep

Protected Properties

Property Type Description
TextBox1 global::System.Web.UI.WebControls.TextBox
dropdownSicherheitsfrage global::System.Web.UI.WebControls.DropDownList
form1 global::System.Web.UI.HtmlControls.HtmlForm
txtEmail global::System.Web.UI.WebControls.TextBox
txtNachname global::System.Web.UI.WebControls.TextBox
txtPasswort global::System.Web.UI.WebControls.TextBox
txtSicherheitsAntwort global::System.Web.UI.WebControls.TextBox
txtUsername global::System.Web.UI.WebControls.TextBox
txtVorname global::System.Web.UI.WebControls.TextBox
txtWdhPasswort global::System.Web.UI.WebControls.TextBox

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 System.EventArgs
return void

Property Details

TextBox1 protected_oe property

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

dropdownSicherheitsfrage protected_oe property

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

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

txtEmail protected_oe property

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

txtNachname protected_oe property

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

txtPasswort protected_oe property

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

txtSicherheitsAntwort protected_oe property

txtSicherheitsAntwort control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtSicherheitsAntwort
return 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
return global::System.Web.UI.WebControls.TextBox

txtVorname protected_oe property

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

txtWdhPasswort protected_oe property

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