I am using MVC4 ,jquery,ajax and json,I have task
In registration form ,fetch the data already entered the data for editing.I edited the content.Then I click on cancel button ,the form data is reset ed to before edited data.
Is any way to avoid the db call to reset the values.? I heard jquery maintaining a history data options for resetting values.