C# Class Test.Investors

Datei anzeigen Open project: thesameqad/pitchingtube

Protected Properties

Property Type Description
ibGo global::System.Web.UI.WebControls.ImageButton
lblFeedback global::System.Web.UI.WebControls.Label
lblPitch global::System.Web.UI.WebControls.Label
lblShare global::System.Web.UI.WebControls.Label
lblSteps global::System.Web.UI.WebControls.Label
txtIdeaDescription 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 EventArgs
return void

Property Details

ibGo protected_oe property

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

lblFeedback protected_oe property

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

lblPitch protected_oe property

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

lblShare protected_oe property

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

lblSteps protected_oe property

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

txtIdeaDescription protected_oe property

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