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 -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -