I'm trying to pass multiple lists to a view from a controller. How would I go about this? Below I have attached a snippet of my controller function: 1 Function Index() As ActionResult 2 3 Dim tasks = From t In db.Tasks Order By t.EntryDate Descending 4 Dim stuff = From s In db.Stuffs 5 6 Return View...
Posted to
ASP.NET MVC
(Forum)
by
rross
on
10-10-2008, 12:00 AM
Filed under: MVC, MVC .net asp.net UpdateModel IModelBinder, .mvc extension, .net.3.5, action controllers, MVC LINQ, .net framework, action, ASP mvc