CustomValidator problem

  • Thread starter testemailsystem.test
  • 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.
 
T

testemailsystem.test

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top