- What is difference between custom control vs user control?
| Custom control | User control |
| Are compiled and distributed in binary format | .ascx |
| Custom control provide strong design time support | Limited design time support |
| Control authors must create their own classes which sub class from System.UI.Control | Relatively easy to create |
| Once compiled custom control can be added to toolbox and can be used same way as any .net control | User controls are represented by placeholder |
| Properties can set via property window | Properties cannot set by property window |
No comments:
Post a Comment