C# Class AJH.CMS.WEB.UI.Admin.FrmProductSearch

Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Property Type Description
btnSearch global::System.Web.UI.WebControls.Button
cddlCatalogs global::AjaxControlToolkit.CascadingDropDown
ddlCatalogs global::System.Web.UI.WebControls.DropDownList
dvProblemsSearch global::System.Web.UI.HtmlControls.HtmlGenericControl
gvProduct global::System.Web.UI.WebControls.GridView
ibtnAdd global::System.Web.UI.WebControls.ImageButton
ibtnDelete global::System.Web.UI.WebControls.ImageButton
lblCatalog global::System.Web.UI.WebControls.Label
lblGrdTitleProduct global::System.Web.UI.WebControls.Label
lblProductName global::System.Web.UI.WebControls.Label
pnlSearch global::System.Web.UI.WebControls.Panel
txtProductName global::System.Web.UI.WebControls.TextBox
upnlProductSearch global::System.Web.UI.UpdatePanel

Protected Methods

Method Description
OnInit ( System e ) : void

Private Methods

Method Description
FillProducts ( int pageIndex ) : void
FrmProductSearch_Load ( object sender, System e ) : void
PerformSettings ( ) : void
ReflectDDL ( ) : void
btnSearch_Click ( object sender, EventArgs e ) : void
gvProduct_PageIndexChanging ( object sender, GridViewPageEventArgs e ) : void
gvProduct_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
ibtnAdd_Click ( object sender, System e ) : void
ibtnDelete_Click ( object sender, System e ) : void

Method Details

OnInit() protected method

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

Property Details

btnSearch protected property

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

cddlCatalogs protected property

cddlCatalogs control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CascadingDropDown cddlCatalogs
return global::AjaxControlToolkit.CascadingDropDown

ddlCatalogs protected property

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

dvProblemsSearch protected property

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

gvProduct protected property

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

ibtnAdd protected property

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

ibtnDelete protected property

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

lblCatalog protected property

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

lblGrdTitleProduct protected property

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

lblProductName protected property

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

pnlSearch protected property

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

txtProductName protected property

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

upnlProductSearch protected property

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