C# Class WebChat.AdvisorChat

Inheritance: System.Web.UI.Page
Show file Open project: klean/anonymous-counseling-chat

Protected Properties

Property Type Description
Panel1 global::System.Web.UI.WebControls.Panel
btnEnd global::System.Web.UI.WebControls.Button
btnPause global::System.Web.UI.WebControls.Button
btnPrint global::System.Web.UI.WebControls.Button
btnSend global::System.Web.UI.WebControls.Button
hfAdvisorID global::System.Web.UI.WebControls.HiddenField
lblActiveStatus global::System.Web.UI.WebControls.Label
lblAge global::System.Web.UI.WebControls.Label
lblAgeValue global::System.Web.UI.WebControls.Label
lblBegin global::System.Web.UI.WebControls.Label
lblBeginTxt global::System.Web.UI.WebControls.Label
lblChatBefore global::System.Web.UI.WebControls.Label
lblChatBeforeValue global::System.Web.UI.WebControls.Label
lblChildInfo global::System.Web.UI.WebControls.Label
lblLastMessage global::System.Web.UI.WebControls.Label
lblLastMessageTxt global::System.Web.UI.WebControls.Label
lblMunicipality global::System.Web.UI.WebControls.Label
lblMunicipalityValue global::System.Web.UI.WebControls.Label
lblReference global::System.Web.UI.WebControls.Label
lblReferenceValue global::System.Web.UI.WebControls.Label
lblSex global::System.Web.UI.WebControls.Label
lblSexValue global::System.Web.UI.WebControls.Label
tbMessages global::System.Web.UI.WebControls.Panel
tbNewMessage 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

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

btnEnd protected property

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

btnPause protected property

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

btnPrint protected property

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

btnSend protected property

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

hfAdvisorID protected property

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

lblActiveStatus protected property

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

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

lblAgeValue protected property

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

lblBegin protected property

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

lblBeginTxt protected property

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

lblChatBefore protected property

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

lblChatBeforeValue protected property

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

lblChildInfo protected property

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

lblLastMessage protected property

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

lblLastMessageTxt protected property

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

lblMunicipalityValue protected property

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

lblReference protected property

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

lblReferenceValue protected property

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

lblSex protected property

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

lblSexValue protected property

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

tbMessages protected property

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

tbNewMessage protected property

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