raj kumar
differrence between custom control and web usercontrol?
By raj kumar in ASP.NET on Nov 05 2007
  • Brad Wood
    Dec, 2007 21

    To clarify: User Controls: - Are basically ASP.NET's version of include files (except that they support properties and events) saved as .ascx. Cannot be easily shared among projects. - Cannot be added to toolbox. Custom Controls are not written "in html only". They are written in code and compiled to a .dll.

    • 0
  • Muralidhar A
    Nov, 2007 7

    User controls:-

    1. These controls are specific to our appication it self. i.e,  We can   not use in multiple applications.

    2. It supports drag & drop the controls from the toolbox.

    3. These controls does not added to the toolbox.

    Custom COntrols:-

    1. These controls are specific to all appication. i.e,  We can use in multiple applications by adding the .dll in u r application.

    2. It does not supports drag & drop the controls from the toolbox. To create custom controls we have to write the code in html only.

    3. These controls will be added to the toolbox.

    • 0
  • kiran r
    Nov, 2007 6

    web control build with html code only but where as Custom control need to writte server side code also

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS