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 the difference between abstraction and encapsulation in c#?
What to implement on my class Finalize or IDisposable
What is the default value of date?
What is delegates in c# and uses of delegates?
What are Types of assemblies that can be created in dotnet
Can struct have constructor c#?
Explain the difference between abstract class and interface in .net?
What are managed providers?
What is difference between events and delegates?
What is _layout cshtml?
Can mvc be used for desktop applications?
What are the fundamental principles of oo programming?
What debugging tools come with the .NET ssSDK?
what is method overloading in c#?
What is strong name assembly?