C# Class WebChat.Default

Inheritance: System.Web.UI.Page
Show file 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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