Something I have not seen is a (client side) validator that hits the database to check the name is unique.
A common scenario is where a user is registering and the username must be unique in the user table.
Anyone know of any good examples for ASP.NET MVC 1 or 2?