Aspose.Cells.GridWeb.Examples.CSharp.Articles.ReadCellsClientSide.Page_Load C# (CSharp) Method

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        protected void Page_Load(object sender, EventArgs e)
        {
            // Load data on fist visit
            if (!Page.IsPostBack && !GridWeb1.IsPostBack)
            {               
                InitData();
            }
        }
ReadCellsClientSide