javascript - C# MVC Custom Attributes -


i have model based on existing database , have written metadata class , custom attribute class, want convert custom attribute logic jquery or javascript custom function, please guide me simple or available free tool same.

rcdmk , scott selby have provided excellent resources how implement iclientvalidatable interface integrate jquery unobtrusive validation. alternative, if don't want maintain javascript versions of validation logic, use remoteattribute class instruct unobtrusive validation perform ajax request validate data (in fact in cases proper way validate - such username availability).


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -