multi-panel form and validators

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brian Rice

    #1

    multi-panel form and validators

    I created a form with three panels on it for multi-page input.

    Each panel has a next button (Next1, Next2, and Next3).

    I start with only Panel1 visible.

    When I click on Next1 I make Panel2 visible and turn off Panel1.

    This works fine... but all of my required field validators on Panel2
    get triggered (on this first postback)... it seems to me that if a
    panel is not visible yet the validators should not be going off... am
    I missing something?

    Thanks - Brian
Working...