Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

How can we create custom controls in ASP.NET?

Nice?Vote!

1 Answer

Nice?Vote!
Custom controls are user defined controls. They can be created by grouping existing controls, by deriving the control from System.Web.UI.WebControls.WebControl or by enhancing the functionality of any other custom control. Custom controls are complied into DLL
answered 1 year ago by KrishnaMachiraju (7,980 points)

Related questions