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
What is the difference between .dll extension and .exe extension files?
What are option strict and option explicit?
How a base class method is hidden?
Explain jagged array in vb.net?
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
List the different types of assembly?
Explain about the feature anonymous type?
what is intermediate language?
Which is the base class for all the classes in .net framework?
How to store decimal data in .net?
What are jagged arrays ?
Explain trace in vb.net?
How to send xml file on server using http protocol?
Described strong typing
Explain managed code?