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

Afficher le fichier Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Свойство 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

Méthodes protégées

Méthode Description
OnInit ( System e ) : void

Private Methods

Méthode 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 méthode

protected OnInit ( System e ) : void
e System
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.UpdatePanel