Pages

Wednesday, March 13, 2013

What is the difference between UserControl and Custom Control?

User Controls are easy to create where as Custom Controls requires extra effort

User Controls are used where layout is static where as custom controls are used in dynamic layouts

A User Control cannot be added to the toolbar where as Custom Control can be

A separate copy of User Control is required in every application that uses it where as since Custom Controls are shared in GAC, only single copy can be used by all applications.

0 comments:

Post a Comment