Hello friends.
I am using VS 2008 MVC.
I developed a controller.
Form controller i fetch the data by using LinqToSql. & i am retuning a list of that data.
e.g. return View(Students.Tolist());
now i want to display the list using "foreach
" loop in view.
so how do i achieve it?