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
What are the 2 ways of adding constraints to a route?
Explain ASP.NET MVC Identity and Security?
Which is the default http method for an action method?
What is the difference between viewbag and viewdata in mvc?
What are Code Blocks in Views?
What is entity framework used for?
What is entitycontainer? : Entity framework
What is the domain object?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
What is the difference between renderaction and renderpartial?
What is the difference between entity framework and mvc?
Give an example for authorization filters in an asp.net mvc application?
How does the .net framework 3.0 relate to windows vista?
Can you set the unlimited length for "maxjsonlength" property in config?
What is Separation of Concerns in ASP.NET ASP.Net MVC?