AjaxControlToolkit.Jasmine.Suites.BarChartTests.Page_Load C# (CSharp) Méthode

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void
        protected void Page_Load(object sender, EventArgs e)
        {
            TargetControlWithAutoID.ClientIDMode = ClientIDMode.AutoID;
            TargetControlWithPredictableID.ClientIDMode = ClientIDMode.Predictable;
        }
BarChartTests