C# Class Samples.UserProfile

显示文件 Open project: paywithmimo/mimo-dotnet

Protected Properties

Property 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

Protected Methods

Method 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 method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btn_Click() protected method

Get User Profile based on search criteria
protected btn_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return 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
return 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
return 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
return 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
return 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
return 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
return global::System.Web.UI.WebControls.TextBox