What is different between User Control and Web Control and
Custom Control?
Answer Posted / suhasini suresh
Since the dll assembly of a custom control is being used,a
custom control developed in C# can be used in a project
developed in VB.NET or any other managed code and vice
versa.
This is not possible with user controls.They are language
spefic
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain the process of serialization in .NET?
Difference between user groups and code groups
Is .net front end or backend?
What is machine.config in .net?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
Which file is taken by compiler when we have both file Application and Server Configuration file?
What are the different.net tools which you used in projects?
Explain what is an application domain?
What is Flyout Design Pattern in .NET?
Why SOAP is required?
Explain how to stop a thread?
Describe the difference between inline and code behind which is best in a loosely coupled solution?
Explain the difference between constants and read-only variables?
What is the use of Treeview control?
What is the difference between user control an custom control? Advantages/disadvantages?