Browse by Tags

All Tags » ASP.NET MVC HELPERS (RSS)

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...

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...

Fluent Html Helpers In Asp.Net MVC by SeanMcAlinden

I’ve been spending a fair amount of time recently developing client side controls for use with the Asp.Net MVC framework and have realised that they are great place to make use of the fluent interface pattern. Now I realise that a lot of people shy away...

ASP.Net MVC Embedded Resource Helper Class by SeanMcAlinden

Getting embedded resources such as JavaScript, CSS and image files is a little bit more difficult when using the ASP.Net MVC framework as most of the useful methods for this will not work. The only reliable way I have found it to invoke the GetWebResourceUrlInternal...

Strongly Typed ASP.Net MVC Helpers by SeanMcAlinden

I've put together a short tutorial on creating ASP.Net MVC Helper Controls that use lambda expressions to strongly type the model, property and value parameters. Although the ASP.Net MVC helpers are really useful, the one major drawback for me is having...
More Posts