BaseDataBoundControlDesigner.GetDesignTimeHtml Method ()
.NET Framework 3.0
Generates the markup that is used to render the control at design time.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
BaseDataBoundControlDesigner Members
System.Web.UI.Design.WebControls Namespace
GetEmptyDesignTimeHtml
GetErrorDesignTimeHtml
BaseDataBoundControl
Walkthrough: Creating a Basic Control Designer for a Web Server Control
Assembly: System.Design (in system.design.dll)
The BaseDataBoundControlDesigner class retrieves sample data that is used for binding purposes at design time before rendering the control. If the control is not data bound, it calls the GetEmptyDesignTimeHtml method. If there is an error rendering the control, it calls the GetErrorDesignTimeHtml method.
Reference
BaseDataBoundControlDesigner ClassBaseDataBoundControlDesigner Members
System.Web.UI.Design.WebControls Namespace
GetEmptyDesignTimeHtml
GetErrorDesignTimeHtml
BaseDataBoundControl
Other Resources
Introduction to ASP.NET Control DesignersWalkthrough: Creating a Basic Control Designer for a Web Server Control
Community Additions
ADD
Show: