Views: 33.6K
Replies: 1
Archived
|
ASP.NET MVC client custom validationSomething 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? Hans Overkamp, Feb 17, 2010
|
|
Reply 1Here's something similar you may be interested in
http://devermind.com/aspnet-mvc/asp-net-mvc-tip-4-client-side-form-validation-made-easy-part-2/ Regards, Rajesh Pillai Rajesh Pillai, Jul 31, 2010
|