C# 클래스 AJH.CMS.WEB.UI.Admin.ManageForm_UC

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: ajhCMS/AJH.CMS.WEB.UI

보호된 프로퍼티들

프로퍼티 타입 설명
btnExit global::System.Web.UI.WebControls.Button
btnReset global::System.Web.UI.WebControls.Button
btnSave global::System.Web.UI.WebControls.Button
btnUpdate global::System.Web.UI.WebControls.Button
dvProblems global::System.Web.UI.HtmlControls.HtmlGenericControl
gvForm global::System.Web.UI.WebControls.GridView
ibtnAdd global::System.Web.UI.WebControls.ImageButton
ibtnDelete global::System.Web.UI.WebControls.ImageButton
lblCode global::System.Web.UI.WebControls.Label
lblDescription global::System.Web.UI.WebControls.Label
lblGrdTitleForm global::System.Web.UI.WebControls.Label
lblName global::System.Web.UI.WebControls.Label
lblUrl global::System.Web.UI.WebControls.Label
pnlFormItem global::System.Web.UI.WebControls.Panel
pnlView global::System.Web.UI.WebControls.Panel
rfvCode global::System.Web.UI.WebControls.RequiredFieldValidator
rfvDescription global::System.Web.UI.WebControls.RequiredFieldValidator
rfvName global::System.Web.UI.WebControls.RequiredFieldValidator
rfvUrl global::System.Web.UI.WebControls.RequiredFieldValidator
txtCode global::System.Web.UI.WebControls.TextBox
txtDescription global::System.Web.UI.WebControls.TextBox
txtName global::System.Web.UI.WebControls.TextBox
txtUrl global::System.Web.UI.WebControls.TextBox
upnlForm global::System.Web.UI.UpdatePanel
upnlFormItem global::System.Web.UI.UpdatePanel
valsummaryForm global::System.Web.UI.WebControls.ValidationSummary

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

비공개 메소드들

메소드 설명
BeginAddMode ( ) : void
BeginEditMode ( ) : void
ExitMode ( ) : void
FillForms ( int PageIndex ) : void
ManageForm_UC_Load ( object sender, EventArgs e ) : void
PerformSettings ( ) : void
btnExit_Click ( object sender, EventArgs e ) : void
btnReset_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
btnUpdate_Click ( object sender, EventArgs e ) : void
gvForm_PageIndexChanging ( object sender, System.Web.UI.WebControls.GridViewPageEventArgs e ) : void
gvForm_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

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

프로퍼티 상세

btnExit 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

btnReset 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

btnSave 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

btnUpdate 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

dvProblems 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

gvForm 보호되어 있는 프로퍼티

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

ibtnAdd 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.ImageButton

ibtnDelete 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.ImageButton

lblCode 보호되어 있는 프로퍼티

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

lblDescription 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

lblGrdTitleForm 보호되어 있는 프로퍼티

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

lblName 보호되어 있는 프로퍼티

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

lblUrl 보호되어 있는 프로퍼티

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

pnlFormItem 보호되어 있는 프로퍼티

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

pnlView 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Panel

rfvCode 보호되어 있는 프로퍼티

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

rfvDescription 보호되어 있는 프로퍼티

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

rfvName 보호되어 있는 프로퍼티

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

rfvUrl 보호되어 있는 프로퍼티

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

txtCode 보호되어 있는 프로퍼티

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

txtDescription 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

txtName 보호되어 있는 프로퍼티

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

txtUrl 보호되어 있는 프로퍼티

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

upnlForm 보호되어 있는 프로퍼티

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

upnlFormItem 보호되어 있는 프로퍼티

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

valsummaryForm 보호되어 있는 프로퍼티

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