[ Source Code ]
protected override void CreateChildControls()
{
if (!_error)
{
try
{
base.CreateChildControls();
this.Controls.Add(Page.LoadControl("~/_controltemplates/Demo.ascx"));
}
catch (Exception ex)
{
HandleException(ex);
}
}
}

+ Recent posts