MVC
All things MVC (Page 2 of 3)
MVC Form Helper
Moving away from ASP 3.0 Request.Form(" ... As mentioned in my previous post, I wanted to find a way to auto-populate and entity object from the Request.Form collection. I also wanted (as an aside) to...
Ajax HTML Grid Control for ASP.NET MVC (Part 3)
Moving to an HTML Helper As I was looking around at the various HTML helpers out there, I realized that I should probably conform and stick to what is being done. Having said that, I refactored the Gr...
Ajax HTML Grid Control for ASP.NET MVC (Part 2)
Preamble Over the long weekend I thought a lot about where I wanted to go with the grid "control" for ASP.NET MVC. One of the things that weighed heavily on my mind was the ability to have the control...
Ajax HTML Grid Control for ASP.NET MVC (Part 1)
At work we are starting a major project and I think we have decided to go the ASP.NET MVC route. One of the concerns we had was that we could not use traditional "web controls" (i.e. Telerik, DevExpre...