C# Class FITKMS.Users.Registration

Inheritance: System.Web.UI.Page
Datei anzeigen Open project: fitba/km-2013-projects-team-bjelasnica

Protected Properties

Property Type Description
cancelSubmit global::System.Web.UI.WebControls.Button
createSubmit global::System.Web.UI.WebControls.Button
dayList global::System.Web.UI.WebControls.DropDownList
errorLabel global::System.Web.UI.WebControls.Label
error_label global::System.Web.UI.HtmlControls.HtmlGenericControl
fnameInput global::System.Web.UI.WebControls.TextBox
genderList global::System.Web.UI.WebControls.DropDownList
lnameInput global::System.Web.UI.WebControls.TextBox
mailInput global::System.Web.UI.WebControls.TextBox
monthList global::System.Web.UI.WebControls.DropDownList
password1Input global::System.Web.UI.WebControls.TextBox
password2Input global::System.Web.UI.WebControls.TextBox
successLabel global::System.Web.UI.WebControls.Label
success_label global::System.Web.UI.HtmlControls.HtmlGenericControl
usernameInput global::System.Web.UI.WebControls.TextBox
yearList global::System.Web.UI.WebControls.DropDownList

Protected Methods

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

Private Methods

Method Description
ClearFields ( ) : void

Method Details

Page_Load() protected method

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

cancelSubmit_Click() protected method

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

createSubmit_Click() protected method

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

Property Details

cancelSubmit protected_oe property

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

createSubmit protected_oe property

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

dayList protected_oe property

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

errorLabel protected_oe property

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

error_label protected_oe property

error_label control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl error_label
return global::System.Web.UI.HtmlControls.HtmlGenericControl

fnameInput protected_oe property

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

genderList protected_oe property

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

lnameInput protected_oe property

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

mailInput protected_oe property

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

monthList protected_oe property

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

password1Input protected_oe property

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

password2Input protected_oe property

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

successLabel protected_oe property

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

success_label protected_oe property

success_label control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl success_label
return global::System.Web.UI.HtmlControls.HtmlGenericControl

usernameInput protected_oe property

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

yearList protected_oe property

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