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
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What is entity framework? : Entity framework
What is Differnce between html.action and ajax.action?
what is eager loading?
How does servicing work for the .net framework 3.0?
What is a model in android?
What is entitytype? : Entity framework
How does the 'page lifecycle' of asp.net mvc works?
How can you return string result from Action in ASP.Net MVC?
What are the levels at which filters can be applied in an asp.net mvc application?
In which assembly is the mvc framework defined?
Why should we go for entity framework?
what is entityclient?
mention what are the various methods provided by the dataset object to generate xml?
Explain peek method in tempdata in asp.net mvc?