I have a form that has all the records in the table listed on the left side. When a row is clicked, the values for each field in that row are displayed on the right. Some of the text boxes are editable. I am doing validations in a Javascript prorgam on value change. Is there a way to retain the original data that is in the textbox to be displayed again in case the changed value did not pass validation?
Thank you,
Kayla