UserControl.DesignerInitialize Method
.NET Framework 2.0
Performs any initialization steps on the user control that are required by RAD designers.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The following example calls the DesignerInitialize method during the Page_Init stage of request processing. This makes the user control available to a RAD designer such as Visual Studio 2005.
// Initialize the UserControl object that has been created declaratively. myControl.InitializeAsUserControl(this);
Community Additions
ADD
Show: