Widget Validation
Hello,
Hi Matt,
There is an extension that you can use IsDesignMode
if (this.IsDesignMode()) this.Controls.Clear(); this.Controls.Add(new LiteralControl("You cannot preview this control in Design mode));