What is different between User Control and Web Control and
Custom Control?

Answers were Sorted based on User's Feedback



What is different between User Control and Web Control and Custom Control?..

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

What is different between User Control and Web Control and Custom Control?..

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

Post New Answer

More Dot Net General Interview Questions

What are the main components in .net?

0 Answers  


Example from .net. Integer & struct are value types or reference types in .net?

0 Answers  


What is .net and .net framework?

0 Answers  


diff between forms authentication and windows authentication?

11 Answers  


What is the use of Treeview control?

0 Answers   CGI,






Explain the difference between asp.net & vb.net and explain architecture?

0 Answers  


Explain about the features and elements present in Visual studio.NET IDE?

0 Answers  


What are the important components of .net?

0 Answers  


What is meant by globalization?

0 Answers  


Explain me how does linq work?

0 Answers  


When should I use .net core?

0 Answers  


What's singlecall activation mode used for in .net?

0 Answers  


Categories