Infolink

 

Search This Blog

Showing posts with label create mvc application. Show all posts
Showing posts with label create mvc application. Show all posts

Nov 29, 2012

How to pass data from controllers to views in ASP.NET MVC ?

The controller gets the first hit and loads the model. Most of the time we would like to pass the model to the view for display purpose.

As an ASP.NET developer your choice would be to use session variables, view state or some other ASP.NET session management object.
Related Posts Plugin for WordPress, Blogger...