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
Allowed program to auto-correct the database when loading a presentation.
Explain about the performance of visual basic?
what is the advantage of option strict on?
What is datatype conversion?
How many languages are supported by .net?
Explain internal keyword in .net framework?
What is redim keyword and its use?
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
What is code access security?
Which classes a dll can contain?
Explain how can we remove handlers at run time?
How to connect crystal report in vb.net ?
How to retrieve images in sql server database through vb.net?
What are the differences between c# and visual basic.net?
Explain the difference between dispose and finalize()?