ASP.
Given an HttpContext (or HttpContextBase), is there a way to get an instance of the Controller?
asp.net-mvc asp.net-mvc-2I'm using Visual Studio 2008 Pro. I'm probably missing something very obvious here, but I've been trying to get the CTP …
c# asp.net sql-server-2005 asp.net-mvc-2 sql-server-ceI'm developing a MVC3 application that will require a user to be authenticated against an AD. I know that there …
asp.net-mvc asp.net-mvc-2 asp.net-mvc-3 forms-authentication windows-authenticationI am trying to separate all the things that I could reuse in sections, so it would be easier for …
asp.net-mvc asp.net-mvc-3 asp.net-mvc-2 razorI've an Admin area and I want only Admins to enter the area. I considered adding the Authorized attribute to …
asp.net asp.net-mvc-2 authorization asp.net-mvc-areasIs there an alternative for [Bind(Exclude = "Id")] (Related Question) ? Could I write a model binder?
c# asp.net-mvc-2 modelbindersSay if I had this table in my db: Product It had ProductId ProductName ProductType Now for whatever reason I …
asp.net-mvc asp.net-mvc-2I have ASP.NET MVC controller named dictionary with method ControlsLangJsFile. Method returns view of users control (ASCX) which contain …
asp.net asp.net-mvc asp.net-mvc-2 asp.net-ajaxNew to MVC and have been running through the tutorials on the asp.net website. They include an example of …
asp.net-mvc asp.net-mvc-2 asp.net-mvc-3 html-helperI'm working on setting up a shared content (navigation) for an asp.net MVC layout page. Here is my partial …
asp.net asp.net-mvc-2 partial-views