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 data quality assurance?
What are the problem with .NET generics?
What's the difference between System.String and System..StringBuilder in C#?
What is throw in c#?
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
How to sign an assembly with strong name?
What is application object in c#?
What is the difference between icomparer and icomparable in c#?
What is literal in c#?
Is c# a backend language?
What does char mean in c#?
Describe an abstract class?
What are the 3 different types of arrays?
Why do we need collections in c#?
What is tpl in c#?