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
Is c# pass by value?
What is the difference between ienumerable and enumerator?
What is delegates in c#?
Why ref is used in c#?
What is the difference between private and protected in c#?
What is a custom attribute?
Explain About CLS?
Can we declare class as protected?
Can a constructor be static in c#?
Write a program in c# to find the angle between the hours and minutes in a clock?
What is main thread in c#?
What does dbml mean in texting?
What is strongly typed in c#?
Why do we need indexer in c#?
What are sessions in c#?