What is different between User Control and Web Control and
Custom Control?
Answer Posted / manikanta.srinu
User Control:
1.Designed for sigle application.
2.Designer support
3.Can place it int toolbox.
4.It has .ascx file with code behined file.we can use
usercontrol by register tag.
Custom Control:
1.Designed for multiple application.
2.No designer support
3.Can't place
4.It has dll file.
Web Control:
1.Designed for multiple application.
2.Web server controls are the controls which is run at
server.
3.these conrtoles are in toolbox.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain me what is a design pattern and what is it for?
What does cli do?
What operating systems does the .net framework run on?
What are the collections you've used?
What are Attributes in .NET?
How is .net core cross platform?
What does il do?
Explain me what is the difference between an abstract class and an interface?
Which namespace is require to used XML in .NET?
Tell us what is heap and what is stack?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is the difference between web application and enterprise application?
Explain how garbage collection works?
How is meant by dll in .net?
What is heap and what is stack?