1

I want to create a page, in MVC, where there is a label, a textbox and a save link. Textbox will be initially in read mode and on double click of the textbox it is gonna come in edit mode. And when we fill textbox and click save link it gets saved in db. And for the text box, it should have various validations. For these validations, I am planning not to use data annotations and work all with jquery or ajax. Also, I dont want to post the entire form, just the part where there is an edit. Is this possible? If possible, then Please, can someone provide me some links or some help regarding this. Thanks in advance.

1
  • without server side validation you are just asking for a trouble. Commented May 3, 2013 at 7:56

1 Answer 1

1

You may use JQuery Validation plug in..

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.