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
Is http stateful or stateless?
List the new features added in .net framework 4.0.
What are the components required to create a route in ASP.Net MVC?
What is entityset? : Entity framework
What is the difference between tempdata and viewbag?
Explain ASP.NET MVC Identity and Security?
What is namespace of asp.net mvc?
what is linq to entities?
What is asp net framework?
How route table is created in ASP.NET MVC?
Possible ways to prevent xss attacks on mvc application?
what is scalar property?
what is split entity?
What is partialview in asp.net mvc?
What are the components of the .net framework.