AjaxControlToolkit.Jasmine.Suites.BarChartTests.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)
        {
            TargetControlWithAutoID.ClientIDMode = ClientIDMode.AutoID;
            TargetControlWithPredictableID.ClientIDMode = ClientIDMode.Predictable;
        }
BarChartTests