CustomValidator problem

  • Thread starter Thread starter testemailsystem.test
  • Start date Start date
T

testemailsystem.test

Hi everyone,

I use CustomValidator with the server event onservervalidate (no
javascript event).

The scenario : The user filled the form and pressed SUBMIT.
But because there was an error – the error message of the
CustomValidator was shown.
The user fixed the error and pressed SUBMIT – this time he is
transferred to the second page.

Now he goes BACK to the first page (using BACK of the explorer) but he
gets again the error message of the CustomValidator – even though
there is no error on the page.

I tried to get rid of the error message that is shown when returning
from the second page to the first page but with no success.

This problem doesn't exist if there is also a javascript event.
Any ideas will be welcomed.

Thanks you all.

Ruthie.
 
Hi Munna,

Thanks so much for your reply.

I do use Server.Transfer to redirect to the next page.

I tried to use several javascript events so I can override
the history but with no success.

Any ideas ?

Thanks again.

Ruthie
 
Back
Top