C# Класс Aspose.Sitefinity.FormBuilder.AsposeFormBuilder

Наследование: System.Web.UI.UserControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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