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

How would you implement inheritance using vb.net?

510


What is a literal control?

579


Explain the difference between datatable and dataset?

556


What is the class that allows an element to be accessed using unique key?

547


What is the difference between manifest and metadata?

548






i am attending to US consulate i kept my projects on vb.net ,please help me what questions will be ask on vb.net in us consulate

1916


What is the purpose of objects present in asp.net?

575


So you know which dll is used for microsoft .net run time?

518


What is the difference between compiler and interpreter?

550


What is non_deterministic finalization?

622


What is meant by jagged arrays?

579


Explain trace in vb.net?

519


what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.

1961


What is the use of internal keyword?

574


Explain the use of option explicit?

598