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
How do I declare a pure virtual function in c#?
What is mean by c#?
Can private virtual methods be overridden in c#.net?
What is the default value of datetime in c#?
Explain data types in c#?
What is a console application in c#?
Is 0 an unsigned integer?
What is console application with example?
What is the correct way of declaring an xml namespace?
Explain dataset.acceptchanges method in .net?
Wht executescaler method is used?
What is msil in c#?
How do I get deterministic finalization in c#?
Define parsing?
i want the csharp questions&answeres