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 non_deterministic finalization?
Define manifest?
What is the difference between c# and vb.net?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
Which is the base class for all the classes in .net framework?
What is enumerator?
How many ways the function can return values?
how to get dynamic control array position or its index position?
Explain the use of console application?
Explain the difference between vb 6 and vb.net?
How many languages are supported by .net?
Write a VB.Net console program to check whether a number is perfect or not.
Explain the difference between dispose and finalize()?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
What are the differences between vb.net and c#, related to oops concepts