Sean McAlinden's Blog
Sign in
|
Join
Home
About
RSS
Atom
Search
Tags
.NET
.NET 4
.NET MVC HELPERS
64 BIT
AJAX
AJAX PROGRESS BAR
AOP
ASP.NET
ASP.NET MVC
ASP.NET MVC HELPERS
ASPECT ORIENTATED PROGRAMMING
ASYNCHRONOUS PROGRAMMING
Atom
AUTOCOMPLETE
C#
Custom ActionResult
CUSTOM ATTRIBUTES
Database
DEPENDENCY INJECTION
Design by contract
DI
Document Database
DYNAMIC PROXY
EMBEDDED RESOURCE
Expression Trees
FLUENT INTERFACE
General Software Development
IIS 7.5
INVERSION OF CONTROL
IoC
Isolated Storage
JQUERY
lambda expression
Mobile
Mobile Development
MODEL METADATA
MVC 2
MVC HELPER CONTROLS
MVC HELPERS
RSS
Silverlight
Silverlight Development
Silverlight for Windows Phone
Silverlight Isolated Storage
SPRING.NET
STRONGLY TYPED MVC HELPERS
Syndication
SyndicationFeed
TDD
Unit Testing
Visual Studio
Windows 7 Phone
windows 7 phone database
Windows 7 Phone Development
Windows Phone 7
Windows Phone 7 Database
Windows Phone 7 Development
Sponsors
advertise here
Navigation
Home
Blogs
Archives
December 2010 (10)
November 2010 (6)
October 2010 (6)
August 2010 (1)
June 2010 (2)
March 2010 (4)
February 2010 (1)
January 2010 (2)
December 2009 (2)
November 2009 (3)
October 2009 (3)
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...
Filed under:
ASP.NET
,
C#
,
.NET
,
ASP.NET MVC
,
ASP.NET MVC HELPERS
,
MVC HELPERS
,
AJAX
,
JQUERY
,
.NET MVC HELPERS
,
CUSTOM ATTRIBUTES
,
MVC 2
,
AUTOCOMPLETE
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...
Filed under:
ASP.NET
,
C#
,
.NET
,
ASP.NET MVC
,
ASP.NET MVC HELPERS
,
MVC HELPERS
,
MVC HELPER CONTROLS
,
CUSTOM ATTRIBUTES
,
MVC 2
,
MODEL METADATA
More Posts