J
jnag
Hi,
I have 2 grids - grid 1 and grid 2, each with some Yes/No radio
buttons. The 2 grids can be toggled on the form based on another
selection.
My problem is....I have some validation on the radio buttons when
the "yes" radio button is checked. Suppose, the user is looking
at grid 1 on the form and picks the "yes" radio button, then,
changes his/her mind and picks grid 2, the browser page still
remembers that the radio button "yes" of grid 1 was selected,
and hence tries to access the validation routine and pops up
an error message (since focus is lost on the original radio button).
How do I solve this problem?
Thanks in advance for any help....
jnag
I have 2 grids - grid 1 and grid 2, each with some Yes/No radio
buttons. The 2 grids can be toggled on the form based on another
selection.
My problem is....I have some validation on the radio buttons when
the "yes" radio button is checked. Suppose, the user is looking
at grid 1 on the form and picks the "yes" radio button, then,
changes his/her mind and picks grid 2, the browser page still
remembers that the radio button "yes" of grid 1 was selected,
and hence tries to access the validation routine and pops up
an error message (since focus is lost on the original radio button).
How do I solve this problem?
Thanks in advance for any help....
jnag