June 2010 - Posts

40
Comments

ASP.Net MVC 2 Auto Complete Textbox With Custom View Model Attribute & EditorTemplate by SeanMcAlinden

The full source code for this post can be download from this link. It was developed using Visual Studio 2010. In this post I’m going to show how to create a generic, ajax driven Auto Complete text box using the new MVC 2 Templates and the jQuery UI library...
15
Comments

Custom ASP.Net MVC 2 ModelMetadataProvider for using custom view model attributes by SeanMcAlinden

There are a number of ways of implementing a pattern for using custom view model attributes, the following is similar to something my colleague Paul Haley and I developed at work which works pretty well. The classes I’m going to create are really simple...
More Posts