c# - Jquery Validation WITHOUT Data Annotation in MVC -
i want create page, in mvc, there label, textbox , save link. textbox in read mode , on double click of textbox gonna come in edit mode. , when fill textbox , click save link gets saved in db. , text box, should have various validations. these validations, planning not use data annotations , work jquery or ajax. also, dont want post entire form, part there edit. possible? if possible, please, can provide me links or regarding this. in advance.
you may use jquery validation plug in..
Comments
Post a Comment