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
Tell me which namespace are used for accessing the data?
What are the different types of applications supported in .net (or) .net framework?
What is the size of .net object?
What is the difference between import system.data.sqlclient and system.data.oledb?
What are the types of generations in garbage collector?
What is the top .net class that everything is derived from?
Explain strong name in .net assembly?
Explain how does the xmlserializer work?
Explain the difference between web.config and machine.config and where it will be ?
Explain convert.tostring and i.tostring method?
What are the assembly entry points?
Using VB, how can you change the Mouse Pointer?
What is the main use of a namespace?
What is option strict?
Which dll is used for microsoft .net run time?