What are Custom Control and User Control?



What are Custom Control and User Control?..

Answer / 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

More C Sharp Interview Questions

Does C# support multiple inheritance?

5 Answers  


What is concatenation and when should it be used?

0 Answers  


What is xpath in c#?

0 Answers  


What is class in oops with example in c#?

0 Answers  


Why can?t you specify the accessibility modifier for methods inside the interface?

2 Answers  






Differentiate between dataset and datareader?

0 Answers  


List down the fundamental oop concepts?

0 Answers  


Is c# code is unmanaged or managed code?

0 Answers  


Perfect Example Of While And Do-While Loop In C#.Net ?

0 Answers   Wipro,


Can a constructor be static in c#?

0 Answers  


Explain the functionalities of satellite assembly?

0 Answers   Siebel,


Is struct object oriented?

0 Answers  


Categories