Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in viewdata

Populating a dropdown from ViewData

How do you persist querystring values in asp.net mvc?

ASP.NET MVC - Pass Json String to View using ViewData

Storing data in HttpContext.Current.Items vs ViewData

How do I pass ViewData to a HandleError View?

ASP.NET MVC ViewData if statement

asp.net-mvc viewdata

Html.HiddenFor value property not getting set

Argh! Why does System.Web.Mvc.HandleErrorInfo get passed to my views?

ViewBag vs ViewData performance difference in MVC?

keep viewdata on RedirectToAction

There is no ViewData item of type 'IEnumerable<SelectListItem>' that has the key 'xxx'

How to set ViewBag properties for all Views without using a base class for Controllers?

Pass Additional ViewData to a Strongly-Typed Partial View

What's the difference between ViewData and ViewBag?