Question:What are the primary types of Custom Control? Explain each in short.
Answer ASP.NET custom controls are more flexible than user controls. We can create a custom control that inherits from another server-side control and then extend that control. We can also share a custom control among projects.
+ Report
What are the primary types of Custom Control? Explain each in short.