Answer Posted / padam
Custom Controls are controls generated as compiled code
(Dlls), those are easier to use and can be added to toolbox.
Developers can drag and drop controls to their web forms.
Attributes can be set at design time. We can easily add custom
controls to Multiple Applications (If Shared Dlls), If they
are private then we can copy to dll to bin directory of web
application and then add reference and can use them.
User Controls are very much similar to ASP include files, and
are easy to create. User controls can’t be placed in the
toolbox and dragged – dropped from it. They have their design
and code behind. The file extension for user controls is ascx
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is addressof operator?
How do we achieve encapsulation in c#?
Why do we use 0?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
Explain the difference between “constant” and “read-only” variables used in c#?
What is tochararray in c#?
What does args mean in c#?
What are the properties of c#?
List the difference between the virtual method and the abstract method?
Which is faster hashtable or dictionary?
Distinguish between finally and finalize blocks?
Does c# have functions?
Define thread? Explain about multithreading?
List down the fundamental oop concepts?
Which namespace is required to implement trace ?