Top "Strongly-typed-view" questions

How to set Model for Strongly Typed View in Razor

I'm trying to pass my model to my view in Razor. With the old method, I could define it at …

asp.net razor strongly-typed-view
How to bind an Html.DropDownList without ViewData (Strongly-Typed View)

I can't seem to find a good blog post that shows how to bind a model to a view without …

asp.net-mvc drop-down-menu strongly-typed-view
Error when creating a Partial View in Visual Studio 2012 Express with Razor

I am creating a view in Microsoft Visual Studio 2012 Express and I want it to be a strongly-typed partial view, …

visual-studio asp.net-mvc-4 partial-views strongly-typed-view
ASP .NET MVC 4 View containing two partial Views with a form in each

In my MVC 4 application I have an Index View. In this View I have two div tags where a Partial …

asp.net-mvc-4 partial-views modelstate model-validation strongly-typed-view
ASP.NET MVC, strongly typed views, partial view parameters glitch

If i got view which inherits from: System.Web.Mvc.ViewPage<Foo> Where Foo has a property Bar …

asp.net-mvc null strongly-typed-view
How get checked values of checkbox list in asp.net mvc 3 with strongly typed view?

Keywords: asp.net mvc 3, checkbox list, strongly typed view. So, please don't suggest me to use ViewBag or formcollection. I …

asp.net-mvc strongly-typed-view