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
What do the terms “boxing” and “unboxing” mean?
How do I spawn a thread?
What are data types in .NET?
How is threading done in .net?
Name the classes that are introduced in the system.numerics namespace.
What are the two main parts of the .net framework?
Explain the procedure to add assemly to gac to make it shared one?
Do you know what is lambda expressions in c#?
What is the transport protocol you use to call a seb service soap?
Explain how do assemblies find each other?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
Explain how to manage pagination in a page using .net?
What are the advantages of .net core?
When we go for html server controls and when we go for web server controls?
Can I write il programs directly?