What is different between User Control and Web Control and
Custom Control?
Answer Posted / santhi sri
user control
1)created by user,easy to create difficult to use.
2)cannot be added to toolbar
3)a seperate copy of the control is required each
application
custom control:
1)they are predifined
2)can be added to toolbar
3)one single copy of control ia required
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
What are the benefits of .net framework?
What is .net framwork?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
Can we have enum in entity framework?
What is .net core framework?
What is the .net framework and how does it work?
mention what is the difference between ado.net and classic ado?
What is difference between razor and web form engine?
What is Attribute Routing in ASP.Net MVC?
Explain Sections is ASP.Net MVC?
Explain the 'page lifecycle' of an ASP.NET MVC?
Is http stateful or stateless?
what is .edmx file and what it contains?
What is controllercontext?