C# Class Hd.Web.Controls.ProductDropDown

Inheritance: System.Web.UI.UserControl
Datei anzeigen Open project: TargetProcess/Tp.HelpDesk

Protected Properties

Property Type Description
lstProductList global::Hd.Web.Extensions.TpDropDownList
pnlProductList global::System.Web.UI.WebControls.Panel
productsSource global::Hd.Web.Extensions.TpObjectDataSource
vldProduct global::System.Web.UI.WebControls.RegularExpressionValidator

Public Methods

Method Description
DataBind ( ) : void

Private Methods

Method Description
Hide ( ) : void

Method Details

DataBind() public method

public DataBind ( ) : void
return void

Property Details

lstProductList protected_oe property

lstProductList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Hd.Web.Extensions.TpDropDownList lstProductList
return global::Hd.Web.Extensions.TpDropDownList

pnlProductList protected_oe property

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

productsSource protected_oe property

productsSource control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Hd.Web.Extensions.TpObjectDataSource productsSource
return global::Hd.Web.Extensions.TpObjectDataSource

vldProduct protected_oe property

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