Hello,
The situation of my users:
They want to add a new item to a list. (New item)
They enter a lot of data.
They click OK.
One of their values does not comply, so they get the error page (Error. Go Back to page. And an error message, I described with my eventhandler (properties.Cancel=true; properties.ErrorMessage= "..."))
My problem is that my users are complaining because when they press the 'back' button of their internet explorer, all the entered data is gone. So they can start over ...
Is there a way to preserve the information they entered in the newform.aspx when I use the properties.Cancel so that they press back and they still see what they entered and can just continue with their data to change the wrong fields?
I don't seem to find information on this anywhere...
thx in advance,
The situation of my users:
They want to add a new item to a list. (New item)
They enter a lot of data.
They click OK.
One of their values does not comply, so they get the error page (Error. Go Back to page. And an error message, I described with my eventhandler (properties.Cancel=true; properties.ErrorMessage= "..."))
My problem is that my users are complaining because when they press the 'back' button of their internet explorer, all the entered data is gone. So they can start over ...
Is there a way to preserve the information they entered in the newform.aspx when I use the properties.Cancel so that they press back and they still see what they entered and can just continue with their data to change the wrong fields?
I don't seem to find information on this anywhere...
thx in advance,