C# Class Samples.UserProfile

Afficher le fichier Open project: paywithmimo/mimo-dotnet

Protected Properties

Свойство Type Description
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

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
btn_Click ( object sender, EventArgs e ) : void

Get User Profile based on search criteria

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btn_Click() protected méthode

Get User Profile based on search criteria
protected btn_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

VldValueReq protected_oe property

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
Résultat global::System.Web.UI.WebControls.RequiredFieldValidator

btnSubmit protected_oe property

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
Résultat global::System.Web.UI.WebControls.Button

form1 protected_oe property

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
Résultat global::System.Web.UI.HtmlControls.HtmlForm

lblUserProfile protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

rdblSearchParameter protected_oe property

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
Résultat global::System.Web.UI.WebControls.RadioButtonList

txtValue protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox