C# Class WebChat.Default

Inheritance: System.Web.UI.Page
Exibir arquivo Open project: klean/anonymous-counseling-chat

Protected Properties

Property Type Description
Label1 global::System.Web.UI.WebControls.Label
Panel1 global::System.Web.UI.WebControls.Panel
RequiredFieldValidatorAge global::System.Web.UI.WebControls.RequiredFieldValidator
btnJoin global::System.Web.UI.WebControls.Button
ddlMunicipality global::System.Web.UI.WebControls.DropDownList
ddlReference global::System.Web.UI.WebControls.DropDownList
ddlbChatBeforeYes global::System.Web.UI.WebControls.DropDownList
ddlbGender global::System.Web.UI.WebControls.DropDownList
lblAge global::System.Web.UI.WebControls.Label
lblChatBeforeText global::System.Web.UI.WebControls.Label
lblDescription global::System.Web.UI.WebControls.Label
lblGenderTxt global::System.Web.UI.WebControls.Label
lblHeader global::System.Web.UI.WebControls.Label
lblMunicipality global::System.Web.UI.WebControls.Label
lblWhere global::System.Web.UI.WebControls.Label
tbAge 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

Label1 protected_oe property

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

Panel1 protected_oe property

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

RequiredFieldValidatorAge protected_oe property

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

btnJoin protected_oe property

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

ddlMunicipality protected_oe property

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

ddlReference protected_oe property

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

ddlbChatBeforeYes protected_oe property

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

ddlbGender protected_oe property

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

lblAge protected_oe property

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

lblChatBeforeText protected_oe property

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

lblDescription protected_oe property

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

lblGenderTxt protected_oe property

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

lblHeader protected_oe property

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

lblMunicipality protected_oe property

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

lblWhere protected_oe property

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

tbAge protected_oe property

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