Hi,
I like to do the following:
Having 20 textboxes on a form with 20 RequiredFieldValidators. When the user fills in zero textboxes the ValidationSummary reports the messages. Now there is a Cancel-button on the form and when the user clicks on it, nothing happens. This is logical, because first of all the textboxes have to be filled in !
But this is not logical, coz the user wants to quit the session by using the Cancel-button. I donot want the user leaves the page by using the x or backward-button. So what is the solution ?
Help is appreciated, Ger.