Aspose.Cells.GridWeb.Examples.CSharp.Miscellaneous.Common.RefreshCharts.Page_Load C# (CSharp) 메소드

Page_Load() 개인적인 메소드

private Page_Load ( object Sender, EventArgs e ) : void
Sender object
e System.EventArgs
리턴 void
        private void Page_Load(object Sender, EventArgs e)
        {
            if (!IsPostBack && !GridWebchart.IsPostBack)
            {
                LoadData();
            }
        }
        private void LoadData()