C# Класс Samples.Registration

Наследование: System.Web.UI.Page
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
VldAddressReq global::System.Web.UI.WebControls.RequiredFieldValidator
VldCityReq global::System.Web.UI.WebControls.RequiredFieldValidator
VldCompanyNameReq global::System.Web.UI.WebControls.RequiredFieldValidator
VldCountryReq global::System.Web.UI.WebControls.RequiredFieldValidator
VldDOBReq global::System.Web.UI.WebControls.RequiredFieldValidator
VldEmailReq global::System.Web.UI.WebControls.RequiredFieldValidator
VldFirstNameReq global::System.Web.UI.WebControls.RequiredFieldValidator
VldOhoneReq global::System.Web.UI.WebControls.RequiredFieldValidator
VldPasswordReq global::System.Web.UI.WebControls.RequiredFieldValidator
VldQuestionReq global::System.Web.UI.WebControls.RequiredFieldValidator
VldRCNumberReq global::System.Web.UI.WebControls.RequiredFieldValidator
VldSecurityAnswerReq global::System.Web.UI.WebControls.RequiredFieldValidator
VldStateReq global::System.Web.UI.WebControls.RequiredFieldValidator
VldSurnameReq global::System.Web.UI.WebControls.RequiredFieldValidator
VldUserNameReq global::System.Web.UI.WebControls.RequiredFieldValidator
VldYearOfIncorporationReq global::System.Web.UI.WebControls.RequiredFieldValidator
btnSubmit global::System.Web.UI.WebControls.Button
chkTerms global::System.Web.UI.WebControls.CheckBox
drpAccountType global::System.Web.UI.WebControls.DropDownList
drpAddressType global::System.Web.UI.WebControls.DropDownList
drpGender global::System.Web.UI.WebControls.DropDownList
form1 global::System.Web.UI.HtmlControls.HtmlForm
lblmessage global::System.Web.UI.WebControls.Label
spMerchant global::System.Web.UI.HtmlControls.HtmlGenericControl
txtAboutMe global::System.Web.UI.WebControls.TextBox
txtAddress global::System.Web.UI.WebControls.TextBox
txtAddress2 global::System.Web.UI.WebControls.TextBox
txtCity global::System.Web.UI.WebControls.TextBox
txtCompanyName global::System.Web.UI.WebControls.TextBox
txtCountry global::System.Web.UI.WebControls.TextBox
txtDOB global::System.Web.UI.WebControls.TextBox
txtEmail global::System.Web.UI.WebControls.TextBox
txtFacebook global::System.Web.UI.WebControls.TextBox
txtFirstName global::System.Web.UI.WebControls.TextBox
txtMiddleName global::System.Web.UI.WebControls.TextBox
txtPassword global::System.Web.UI.WebControls.TextBox
txtPhone global::System.Web.UI.WebControls.TextBox
txtPin global::System.Web.UI.WebControls.TextBox
txtPostalCode global::System.Web.UI.WebControls.TextBox
txtQuestion global::System.Web.UI.WebControls.TextBox
txtRCNumber global::System.Web.UI.WebControls.TextBox
txtSecurityAnswer global::System.Web.UI.WebControls.TextBox
txtState global::System.Web.UI.WebControls.TextBox
txtSurname global::System.Web.UI.WebControls.TextBox
txtTwitter global::System.Web.UI.WebControls.TextBox
txtUserName global::System.Web.UI.WebControls.TextBox
txtYear global::System.Web.UI.WebControls.TextBox
txtwebsite global::System.Web.UI.WebControls.TextBox
vldPinReq global::System.Web.UI.WebControls.RequiredFieldValidator

Защищенные методы

Метод Описание
Page_Load ( object sender, EventArgs e ) : void
btnSubmit_Click ( object sender, EventArgs e ) : void

Take registration for given user details

drpAccountType_SelectedIndexChanged ( object sender, EventArgs e ) : void

Описание методов

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnSubmit_Click() защищенный Метод

Take registration for given user details
protected btnSubmit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

drpAccountType_SelectedIndexChanged() защищенный Метод

protected drpAccountType_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Описание свойств

VldAddressReq защищенное свойство

VldAddressReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator VldAddressReq
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

VldCityReq защищенное свойство

VldCityReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator VldCityReq
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

VldCompanyNameReq защищенное свойство

VldCompanyNameReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator VldCompanyNameReq
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

VldCountryReq защищенное свойство

VldCountryReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator VldCountryReq
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

VldDOBReq защищенное свойство

VldDOBReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator VldDOBReq
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

VldEmailReq защищенное свойство

VldEmailReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator VldEmailReq
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

VldFirstNameReq защищенное свойство

VldFirstNameReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator VldFirstNameReq
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

VldOhoneReq защищенное свойство

VldOhoneReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator VldOhoneReq
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

VldPasswordReq защищенное свойство

VldPasswordReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator VldPasswordReq
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

VldQuestionReq защищенное свойство

VldQuestionReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator VldQuestionReq
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

VldRCNumberReq защищенное свойство

VldRCNumberReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator VldRCNumberReq
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

VldSecurityAnswerReq защищенное свойство

VldSecurityAnswerReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator VldSecurityAnswerReq
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

VldStateReq защищенное свойство

VldStateReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator VldStateReq
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

VldSurnameReq защищенное свойство

VldSurnameReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator VldSurnameReq
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

VldUserNameReq защищенное свойство

VldUserNameReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator VldUserNameReq
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

VldYearOfIncorporationReq защищенное свойство

VldYearOfIncorporationReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator VldYearOfIncorporationReq
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

btnSubmit защищенное свойство

btnSubmit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSubmit
Результат global::System.Web.UI.WebControls.Button

chkTerms защищенное свойство

chkTerms control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkTerms
Результат global::System.Web.UI.WebControls.CheckBox

drpAccountType защищенное свойство

drpAccountType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList drpAccountType
Результат global::System.Web.UI.WebControls.DropDownList

drpAddressType защищенное свойство

drpAddressType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList drpAddressType
Результат global::System.Web.UI.WebControls.DropDownList

drpGender защищенное свойство

drpGender control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList drpGender
Результат global::System.Web.UI.WebControls.DropDownList

form1 защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlForm

lblmessage защищенное свойство

lblmessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblmessage
Результат global::System.Web.UI.WebControls.Label

spMerchant защищенное свойство

spMerchant control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl spMerchant
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl

txtAboutMe защищенное свойство

txtAboutMe control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtAboutMe
Результат global::System.Web.UI.WebControls.TextBox

txtAddress защищенное свойство

txtAddress control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtAddress
Результат global::System.Web.UI.WebControls.TextBox

txtAddress2 защищенное свойство

txtAddress2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtAddress2
Результат global::System.Web.UI.WebControls.TextBox

txtCity защищенное свойство

txtCity control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtCity
Результат global::System.Web.UI.WebControls.TextBox

txtCompanyName защищенное свойство

txtCompanyName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtCompanyName
Результат global::System.Web.UI.WebControls.TextBox

txtCountry защищенное свойство

txtCountry control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtCountry
Результат global::System.Web.UI.WebControls.TextBox

txtDOB защищенное свойство

txtDOB control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtDOB
Результат global::System.Web.UI.WebControls.TextBox

txtEmail защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

txtFacebook защищенное свойство

txtFacebook control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtFacebook
Результат global::System.Web.UI.WebControls.TextBox

txtFirstName защищенное свойство

txtFirstName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtFirstName
Результат global::System.Web.UI.WebControls.TextBox

txtMiddleName защищенное свойство

txtMiddleName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtMiddleName
Результат global::System.Web.UI.WebControls.TextBox

txtPassword защищенное свойство

txtPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtPassword
Результат global::System.Web.UI.WebControls.TextBox

txtPhone защищенное свойство

txtPhone control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtPhone
Результат global::System.Web.UI.WebControls.TextBox

txtPin защищенное свойство

txtPin control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtPin
Результат global::System.Web.UI.WebControls.TextBox

txtPostalCode защищенное свойство

txtPostalCode control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtPostalCode
Результат global::System.Web.UI.WebControls.TextBox

txtQuestion защищенное свойство

txtQuestion control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtQuestion
Результат global::System.Web.UI.WebControls.TextBox

txtRCNumber защищенное свойство

txtRCNumber control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtRCNumber
Результат global::System.Web.UI.WebControls.TextBox

txtSecurityAnswer защищенное свойство

txtSecurityAnswer control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtSecurityAnswer
Результат global::System.Web.UI.WebControls.TextBox

txtState защищенное свойство

txtState control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtState
Результат global::System.Web.UI.WebControls.TextBox

txtSurname защищенное свойство

txtSurname control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtSurname
Результат global::System.Web.UI.WebControls.TextBox

txtTwitter защищенное свойство

txtTwitter control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtTwitter
Результат global::System.Web.UI.WebControls.TextBox

txtUserName защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

txtYear защищенное свойство

txtYear control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtYear
Результат global::System.Web.UI.WebControls.TextBox

txtwebsite защищенное свойство

txtwebsite control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtwebsite
Результат global::System.Web.UI.WebControls.TextBox

vldPinReq защищенное свойство

vldPinReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator vldPinReq
Результат global::System.Web.UI.WebControls.RequiredFieldValidator