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 |
Is there any attempt system for microsoft technology papers?
Why did they call it .net?
What are the two kinds of properties.
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 function and stored procedure?
Which namespace is require to used XML in .NET?
0 Answers Sans Pareil IT Services,
What is the difference between Server.Transfer and Response.Redirect?
can any one tel me hw to connect database connectivity of dot NET and back end as MS access?
What is the difference between reference type and value type?
create a keypair?
What is use of ContextUtil class?
Explain the .net framework overview?