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

Inheritance: System.Web.UI.UserControl
Mostrar archivo Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Property Type Description
RequiredFieldValidator1 global::System.Web.UI.WebControls.RequiredFieldValidator
btnExit global::System.Web.UI.WebControls.Button
btnReset global::System.Web.UI.WebControls.Button
btnSave global::System.Web.UI.WebControls.Button
btnSaveOtherLanguage global::System.Web.UI.WebControls.Button
btnUpdate global::System.Web.UI.WebControls.Button
cbIsEnabled global::System.Web.UI.WebControls.CheckBox
dvProblems global::System.Web.UI.HtmlControls.HtmlGenericControl
gvManufacturar global::System.Web.UI.WebControls.GridView
ibtnAdd global::System.Web.UI.WebControls.ImageButton
ibtnDelete global::System.Web.UI.WebControls.ImageButton
lblDescription global::System.Web.UI.WebControls.Label
lblGrdTitleManufacturar global::System.Web.UI.WebControls.Label
lblIsEnabled global::System.Web.UI.WebControls.Label
lblMetaDescription global::System.Web.UI.WebControls.Label
lblMetaKeywords global::System.Web.UI.WebControls.Label
lblMetaTitle global::System.Web.UI.WebControls.Label
lblShortDescription global::System.Web.UI.WebControls.Label
lblUpload global::System.Web.UI.WebControls.Label
pnlManufacturarItem global::System.Web.UI.WebControls.Panel
pnlView global::System.Web.UI.WebControls.Panel
rfvMetaDescription global::System.Web.UI.WebControls.RequiredFieldValidator
rfvMetaKeywords global::System.Web.UI.WebControls.RequiredFieldValidator
rfvMetaTitle global::System.Web.UI.WebControls.RequiredFieldValidator
rfvShortDescription global::System.Web.UI.WebControls.RequiredFieldValidator
txtDescription global::System.Web.UI.WebControls.TextBox
txtMetaDescription global::System.Web.UI.WebControls.TextBox
txtMetaKeywords global::System.Web.UI.WebControls.TextBox
txtMetaTitle global::System.Web.UI.WebControls.TextBox
txtShortDescription global::System.Web.UI.WebControls.TextBox
ucPortalLanguage global::AJH.CMS.WEB.UI.Admin.PortalLanguages_UC
ucSWFUpload global::AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUpload_UC
upnlManufacturar global::System.Web.UI.UpdatePanel
upnlManufacturarItem global::System.Web.UI.UpdatePanel
valsummaryManufacturar global::System.Web.UI.WebControls.ValidationSummary

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
BeginAddMode ( ) : void
BeginEditMode ( ) : void
BeginEditModeOtherLanguage ( ) : void
ExitMode ( ) : void
FillManufacturars ( int PageIndex ) : void
ManageManufacturar_UC_Load ( object sender, EventArgs e ) : void
PerformSettings ( ) : void
btnExit_Click ( object sender, EventArgs e ) : void
btnReset_Click ( object sender, EventArgs e ) : void
btnSaveOtherLanguage_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
btnUpdate_Click ( object sender, EventArgs e ) : void
gvManufacturar_PageIndexChanging ( object sender, System.Web.UI.WebControls.GridViewPageEventArgs e ) : void
gvManufacturar_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
ibtnAdd_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
ibtnDelete_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
ucPortalLanguage_OnSelectLanguage ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

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

Property Details

RequiredFieldValidator1 protected_oe property

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

btnExit protected_oe property

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

btnReset protected_oe property

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

btnSave protected_oe property

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

btnSaveOtherLanguage protected_oe property

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

btnUpdate protected_oe property

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

cbIsEnabled protected_oe property

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

dvProblems protected_oe property

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

gvManufacturar protected_oe property

gvManufacturar control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView gvManufacturar
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

lblDescription protected_oe property

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

lblGrdTitleManufacturar protected_oe property

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

lblIsEnabled protected_oe property

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

lblMetaDescription protected_oe property

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

lblMetaKeywords protected_oe property

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

lblMetaTitle protected_oe property

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

lblShortDescription protected_oe property

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

lblUpload protected_oe property

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

pnlManufacturarItem protected_oe property

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

pnlView protected_oe property

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

rfvMetaDescription protected_oe property

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

rfvMetaKeywords protected_oe property

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

rfvMetaTitle protected_oe property

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

rfvShortDescription protected_oe property

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

txtDescription protected_oe property

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

txtMetaDescription protected_oe property

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

txtMetaKeywords protected_oe property

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

txtMetaTitle protected_oe property

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

txtShortDescription protected_oe property

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

ucPortalLanguage protected_oe property

ucPortalLanguage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AJH.CMS.WEB.UI.Admin.PortalLanguages_UC ucPortalLanguage
return global::AJH.CMS.WEB.UI.Admin.PortalLanguages_UC

ucSWFUpload protected_oe property

ucSWFUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUpload_UC ucSWFUpload
return global::AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUpload_UC

upnlManufacturar protected_oe property

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

upnlManufacturarItem protected_oe property

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

valsummaryManufacturar protected_oe property

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