What is different between User Control and Web Control and
Custom Control?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What is Active Directory? What is the namespace used to access the Microsoft Active Directories? What are ADSI Directories?
where are connection strings stored?
Types of JIT and what is econo-JIT ?
How many types of transactions are there in com + .net ?
how to connect database connectivity in dotNET? if suppose SQL server?and also MS access?
How many languages .NET is supporting now?
38 Answers Dreamtech, IBS, Microsoft, Polaris, RDT, Softcon, Viscus Infotech,
What is a variable of implicit type and what is its scope?
What is COM Interoperability in .NET
How many types of generations are there in a garbage collector?
what is the default security setting in .net?
Can we share session between ASP.Net & ASP
3 Answers Accenture, Value Labs,
What is the difference between web application and enterprise application?