In this post we shall create a simple User List page using Asp.Net MVC 2. We will make use of the
Empty Web Application template to create this sample so that we will understand
the basics of MVC.
The User List page will display a list of users in a Table. The List object containing the list of users will be passed from the Controller to the View, the View loops through the users and displays the user details in Table.
The User List page will display a list of users in a Table. The List object containing the list of users will be passed from the Controller to the View, the View loops through the users and displays the user details in Table.