What is the Difference between Web User Control and Web
Custom Control?

Answer Posted / developer525

What is the difference between User Control and Custom Control

Custom controls are compiled code(Dlls) easier to
use,difficult to create and can be place in toolbox. You can
drag and drop controls, Attributes of this control are
visually set at design time. A custom control can be used in
multiple application as shared DLLS. Any one can copy DLL of
custom control in bin directory and add reference and use
them. Normally custom controls are designed to provide
custom functionality independent of consuming application.

User controls are similar to those of asp include files easy
to create, can not be placed into the toolbox and dragged
dropped from it. A User controls can share single
application files. Normally designed to provided
functionality that is reusable for the particular application.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Allowed program to auto-correct the database when loading a presentation.

1939


Explain about the performance of visual basic?

800


what is the advantage of option strict on?

789


What is datatype conversion?

732


How many languages are supported by .net?

717


Explain internal keyword in .net framework?

738


What is redim keyword and its use?

768


How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently

2240


What is code access security?

872


Which classes a dll can contain?

722


Explain how can we remove handlers at run time?

711


How to connect crystal report in vb.net ?

737


How to retrieve images in sql server database through vb.net?

715


What are the differences between c# and visual basic.net?

740


Explain the difference between dispose and finalize()?

762