C# Класс Samples.UserProfile

Показать файл Открыть проект

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

Свойство Тип Описание
VldValueReq global::System.Web.UI.WebControls.RequiredFieldValidator
btnSubmit global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
lblUserProfile global::System.Web.UI.WebControls.Label
rdblSearchParameter global::System.Web.UI.WebControls.RadioButtonList
txtValue global::System.Web.UI.WebControls.TextBox

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

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

Get User Profile based on search criteria

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

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

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

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

Get User Profile based on search criteria
protected btn_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

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

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

VldValueReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator VldValueReq
Результат 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

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

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

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

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

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

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

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