C# Class Northwind.TestSite.OrderDetailItem

Inheritance: System.Web.BasePage
Show file Open project: nHydrate/nHydrate

Protected Properties

Property Type Description
cboProduct global::System.Web.UI.WebControls.DropDownList
cmdCancel global::System.Web.UI.WebControls.Button
cmdSave global::System.Web.UI.WebControls.Button
lblOrderId global::System.Web.UI.WebControls.Label
txtDiscount global::System.Web.UI.WebControls.TextBox
txtPrice global::System.Web.UI.WebControls.TextBox
txtQuantity global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
Populate ( ) : void
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdSave_Click ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

cboProduct protected property

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

cmdCancel protected property

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

cmdSave protected property

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

lblOrderId protected property

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

txtDiscount protected property

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

txtPrice protected property

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

txtQuantity protected property

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