
- Forum
- Programming Talk
- Microsoft .NET
- User control and Custom control
User control and Custom control
This is a discussion on User control and Custom control within the Microsoft .NET forums, part of the Programming Talk category; Hi, What is the custom control.i know about user control.what are the diffrences? Megabyte...
-
User control and Custom control
Hi,
What is the custom control.i know about user control.what are the diffrences?
Megabyte
-
User controls and custom controls are two types of Web controls. User controls are easy to create as handling it is same as that of a standard Web Form. Custom controls are compiled and distributed in binary format.
-
04-17-2007, 05:28 PM #3
- Join Date
- Apr 2006
- Answers
- 124
But with regard with performance I think both acts the same manner over another. Am I right? If so what is the reason for the same.
-
Yes you are right that with regard with performance both acts the same manner over another. This is because neither has a distinct advantage over the other. Both derive from System.Web.UI.Control and both are compiled into assemblies. Hence, performance is not a factor to consider when choosing between user and custom controls.
-
Sponsored Ads

Reply With Quote





