User-1679385778 posted
I asked below question, but everyone gave me difference between UserControl and CustomControl. I am making my question more precise this time:
I was trying to write a Control which could be added to the Visual Studio Toolbox, and I discovered I can do the same with WebControl also.
Can somebody please give me some link explaining difference between
System.Web.UI.WebControls.WebControl
and System.Web.UI.WebControls.CompositeControl.