validation and redirect problem..
i have a web form with a few text boxes and am doing some validations on that page.
i have 2 button also, submit and cancel.
what i want to do is on the click of cancel redirect the user to another page. but due to the validations set on that page. i am able to redirect unless the fields with validation have the correct value.
can someone please help me with this.
Answers (1)
0
Do some readings on regions and invalidating and clipping regions. You certainly don't want to load every thing on the form if you only need a small portion of the form to be rendered.