If Controller is not there in MVC Pattern what happens?
Answer Posted / venu
If Controller is not there means, then there will not be
any control on which model to be executed on which view
etc.,
for example if your click event has only have to active the
datagrid load, then if controller is not there means it
will be loaded on all the cases i.e,. on page load as well
as every refresh.
in other words there will not be any publisher / subscriber
concept which will result in chaos.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do you handle variable number of segments in a route definition?
What is entityset? : Entity framework
Which is the default http method for an action method?
What is the use of display modes?
How to bind table colum with gridview column?
What is latest version of .net framework?
What are Scaffold templates in ASP.Net MVC?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
Is it possible to cancel filter execution?
How we can call a javascript function on the change of a dropdown list in mvc?
What is representational state transfer (rest) mean?
Explain what platforms does the .net framework run on?
What are the components required to create a route in mvc?
What is the difference between model and entity?
What is entity sql? : Entity framework