How can we create custom controls in ASP.NET?
By on Apr 29, 2007 in ASP.NET Interview Questions
Custom Controls can be created in either of the following 3 methods.
1. Creating as a composite control : This method uses and combines the existing controls to give a custom functionality which can be used across different projects by adding to the control library. This can provide for event bubbling from child controls to the [...]


