C# Class Aspose.Cells.GridWeb.Examples.CSharp.Miscellaneous.Ajax.AjaxUpdating

Datei anzeigen Open project: aspose-cells/Aspose.Cells-for-.NET

Protected Properties

Property Type Description
GridWeb1 global::Aspose.Cells.GridWeb.GridWeb
btnReload global::System.Web.UI.WebControls.Button

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnReload_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
LoadGrid ( ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnReload_Click() protected method

protected btnReload_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

GridWeb1 protected_oe property

GridWeb1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Aspose.Cells.GridWeb.GridWeb GridWeb1
return global::Aspose.Cells.GridWeb.GridWeb

btnReload protected_oe property

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