P
peter
Hi:
I'm not sure how to control the following behavior..
Sequence of events [1-3] are working properly #4 is the problem:
1] User enters invalid data in a textbox and click submit
2] Server side validation runs, and the page is redisplayed the
CustomValidator.ErrorMessage is displayed because validation failed.
3] The user then corrects the data and resubmitts the page successfully and
the page redirects to a new page.
everything is ok so far, but if
4] the user then clicks the Back button on their browser, when the first
page is redisplayed, CustomValidator.ErrorMessage is visible on the first
page even though the data has been corrected.
Any ideas appreciated,
Thanks
peter
I'm not sure how to control the following behavior..
Sequence of events [1-3] are working properly #4 is the problem:
1] User enters invalid data in a textbox and click submit
2] Server side validation runs, and the page is redisplayed the
CustomValidator.ErrorMessage is displayed because validation failed.
3] The user then corrects the data and resubmitts the page successfully and
the page redirects to a new page.
everything is ok so far, but if
4] the user then clicks the Back button on their browser, when the first
page is redisplayed, CustomValidator.ErrorMessage is visible on the first
page even though the data has been corrected.
Any ideas appreciated,
Thanks
peter