C# 클래스 Aspose.Sitefinity.FormBuilder.AsposeFormBuilder

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: aspose-cells/Aspose.Cells-for-.NET

보호된 프로퍼티들

프로퍼티 타입 설명
ClearFormButton global::System.Web.UI.WebControls.Button
GridView1 global::System.Web.UI.WebControls.GridView
ProcessButton global::System.Web.UI.WebControls.Button
btnBack global::System.Web.UI.WebControls.Button
btnUpdate global::System.Web.UI.WebControls.Button
chkIsDisplay global::System.Web.UI.WebControls.CheckBox
ddlFieldType global::System.Web.UI.WebControls.DropDownList
lbl_Msg global::System.Web.UI.WebControls.Label
txtFieldId global::System.Web.UI.WebControls.TextBox
txtFieldLableText global::System.Web.UI.WebControls.TextBox
txtFieldValues global::System.Web.UI.WebControls.TextBox
txtSortId global::System.Web.UI.WebControls.TextBox

공개 메소드들

메소드 설명
PendingRecordsGridview_RowDeleting ( Object sender, System.Web.UI.WebControls.GridViewDeleteEventArgs e ) : void

보호된 메소드들

메소드 설명
ClearFormButton_Click ( object sender, EventArgs e ) : void
GridView1_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void

Gridview functions for Updating/Deleting record

GridView1_RowCommand_OnPageIndexChanging ( object sender, System.Web.UI.WebControls.GridViewPageEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
ProcessButton_Click ( object sender, EventArgs e ) : void
btnBack_OnClick ( object sender, EventArgs e ) : void

Event Handler when user click on back button

btnUpdate_OnClick ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
ClearFields ( ) : void

Clear Fields Function which clear all the fields while updateing/adding a new Field record

PopulateGrid ( ) : void

PopulateGrid function which read data from execl file and show data in gridview

ShowException ( Exception exc ) : void

Generic Execption function which display message according to expection

UpdateSheet ( DataTable dt ) : void

메소드 상세

ClearFormButton_Click() 보호된 메소드

protected ClearFormButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

GridView1_RowCommand() 보호된 메소드

Gridview functions for Updating/Deleting record
protected GridView1_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewCommandEventArgs
리턴 void

GridView1_RowCommand_OnPageIndexChanging() 보호된 메소드

protected GridView1_RowCommand_OnPageIndexChanging ( object sender, System.Web.UI.WebControls.GridViewPageEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewPageEventArgs
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

PendingRecordsGridview_RowDeleting() 공개 메소드

public PendingRecordsGridview_RowDeleting ( Object sender, System.Web.UI.WebControls.GridViewDeleteEventArgs e ) : void
sender Object
e System.Web.UI.WebControls.GridViewDeleteEventArgs
리턴 void

ProcessButton_Click() 보호된 메소드

protected ProcessButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnBack_OnClick() 보호된 메소드

Event Handler when user click on back button
protected btnBack_OnClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnUpdate_OnClick() 보호된 메소드

protected btnUpdate_OnClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

ClearFormButton 보호되어 있는 프로퍼티

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

GridView1 보호되어 있는 프로퍼티

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

ProcessButton 보호되어 있는 프로퍼티

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

btnBack 보호되어 있는 프로퍼티

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

chkIsDisplay 보호되어 있는 프로퍼티

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

ddlFieldType 보호되어 있는 프로퍼티

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

lbl_Msg 보호되어 있는 프로퍼티

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

txtFieldId 보호되어 있는 프로퍼티

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

txtFieldLableText 보호되어 있는 프로퍼티

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

txtFieldValues 보호되어 있는 프로퍼티

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

txtSortId 보호되어 있는 프로퍼티

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