Updates the design-time HTML.
[Visual Basic] Overrides Protected Sub UpdateDesignTimeHTML() [C#] protected override void UpdateDesignTimeHTML(); [C++] protected: override void UpdateDesignTimeHTML(); [JScript] protected override function UpdateDesignTimeHTML();
This method should be called to refresh the design-time display if the template frames have been changed without calling methods that update the design-time HTML automatically.
TemplatedControlDesigner Class | TemplatedControlDesigner Members | System.Web.UI.Design Namespace