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

Mostrar archivo 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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