C# Class AW.Portal.ProductBrowser

Show file Open project: vgopu2/BISummer2015-P1-T2

Protected Properties

Property Type Description
ProductDescri global::AW.Portal.UserControls.ProductDescription
ProductOrderPage global::AW.Portal.UserControls.ProductOrder
btn_Search global::System.Web.UI.WebControls.Button
div_ProductBrowser global::System.Web.UI.HtmlControls.HtmlGenericControl
div_ProductOrder global::System.Web.UI.HtmlControls.HtmlGenericControl
gv_Product global::System.Web.UI.WebControls.GridView
hdnOrderPopupVisibleYN global::System.Web.UI.WebControls.HiddenField
lbl_Category global::System.Web.UI.WebControls.Label
lbl_ModelName global::System.Web.UI.WebControls.Label
lbl_ProductName global::System.Web.UI.WebControls.Label
lbltest global::System.Web.UI.WebControls.Label
orderDialog global::System.Web.UI.HtmlControls.HtmlGenericControl
txt_Category global::System.Web.UI.WebControls.TextBox
txt_ModelName global::System.Web.UI.WebControls.TextBox
txt_ProductName global::System.Web.UI.WebControls.TextBox
ucProductDescri global::AW.Portal.UserControls.ProductDescription
ucProductOrder global::AW.Portal.UserControls.ProductOrder

Protected Methods

Method Description
DataList1_ItemCommand ( object source, DataListCommandEventArgs e ) : void
GridView_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
btn_Search_Click ( object sender, EventArgs e ) : void
gv_Product_RowCommand ( object sender, GridViewCommandEventArgs e ) : void

Method Details

DataList1_ItemCommand() protected method

protected DataList1_ItemCommand ( object source, DataListCommandEventArgs e ) : void
source object
e DataListCommandEventArgs
return void

GridView_RowCommand() protected method

protected GridView_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
sender object
e GridViewCommandEventArgs
return void

Page_Load() protected method

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

btn_Search_Click() protected method

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

gv_Product_RowCommand() protected method

protected gv_Product_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
sender object
e GridViewCommandEventArgs
return void

Property Details

ProductDescri protected property

ProductDescri control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AW.Portal.UserControls.ProductDescription ProductDescri
return global::AW.Portal.UserControls.ProductDescription

ProductOrderPage protected property

ProductOrderPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AW.Portal.UserControls.ProductOrder ProductOrderPage
return global::AW.Portal.UserControls.ProductOrder

btn_Search protected property

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

div_ProductBrowser protected property

div_ProductBrowser control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl div_ProductBrowser
return global::System.Web.UI.HtmlControls.HtmlGenericControl

div_ProductOrder protected property

div_ProductOrder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl div_ProductOrder
return global::System.Web.UI.HtmlControls.HtmlGenericControl

gv_Product protected property

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

hdnOrderPopupVisibleYN protected property

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

lbl_Category protected property

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

lbl_ModelName protected property

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

lbl_ProductName protected property

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

lbltest protected property

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

orderDialog protected property

orderDialog control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl orderDialog
return global::System.Web.UI.HtmlControls.HtmlGenericControl

txt_Category protected property

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

txt_ModelName protected property

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

txt_ProductName protected property

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

ucProductDescri protected property

ucProductDescri control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AW.Portal.UserControls.ProductDescription ucProductDescri
return global::AW.Portal.UserControls.ProductDescription

ucProductOrder protected property

ucProductOrder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AW.Portal.UserControls.ProductOrder ucProductOrder
return global::AW.Portal.UserControls.ProductOrder