UserControl.UserControl Constructor
.NET Framework 3.0
Initializes a new instance of the UserControl class.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
You do not typically create an instance of the UserControl class. To create your own user control, inherit from the UserControl class.
To create a new user control on an ASP.NET page programmatically, use the LoadControl method.
Community Additions
ADD
Show: