Exforsys
+ Reply to Thread
Results 1 to 4 of 4

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...

  1. #1
    megabyte is offline Junior Member Array
    Join Date
    Nov 2006
    Answers
    23

    User control and Custom control

    Hi,
    What is the custom control.i know about user control.what are the diffrences?

    Megabyte


  2. #2
    Ralph is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    114
    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.


  3. #3
    Rahulbatra is offline Senior Member Array
    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.


  4. #4
    Adrian is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124
    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



Latest Article

Network Security Risk Assessment and Measurement

Read More...