Title / Description
Code using System.Web.UI.WebControls.WebParts; using System.Web.UI.WebControls; Control control; protected override void CreateChildControls() { base.CreateChildControls(); try { this.control = this.Page.LoadControl(@"~/_controltemplates/AnzeigeControl.ascx"); this.Controls.Add(this.control); }catch(Exception e){ Label lTitel = new Label(); lTitel.Text = e.Message; this.Controls.Add(lTitel); }
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code