We\'re developing 3 asp mvc applications, all will require some of the same shared editor & display template views.开发者_开发问答Rather than copy/paste these across all 3 projects, is it possible
Before using MVC 2 RC I was using MVC 1, the code I used to update my object in my controller was this:
I\'ve migrated a MVC1 project to MVC2 RC, and now the site doesn\'t work at all. I get the error \"Entry point was not found.\"
I recently recieved the ASP.NET MVC 1.0 Professional book by Wrox, and in th开发者_高级运维e intervening time, I found out that ASP.NET MVC 2.0 is being released soon.
I can\'t seem to get any client side validation working on a MVC 2 RC app. My model has the following:
Here\'s the architecture of my app: I have a data access layer in a seperate assembly, with a class containing methods such as List_XYZ, Insert_XYZ, Update_XYZ etc.All methods return or use objects f
I have a table with a Int PK column and a name.I want to load them into an object of some sort and return them using Json() ActionResult in MVC 2.I am having a hard time finding a built-in structure t
I\'m using mvc 2 release candidate, and am wond开发者_如何学Goering if there\'s any way to pass a model to an action using RedirectToAction.
I am attempting to upgrade my MVC 1 project to MVC 2 RC. We currently have a custom modelbinder that adds items to the ValueProvider (this worked when it was a dictionary). We then passed this off to
Problem I am trying to take an existin开发者_如何学JAVAg ASP.NET web application and manually migrate it over to use MVC 2 (I am currently running the RC). I followed several steps (I\'ll list in a m