Problem with Validation Using Panels

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris Nunciato

    Problem with Validation Using Panels

    I'm working on a simple Web application that uses a wizard-style
    data-entry paradigm (seven "pages", using "next" and "previous"
    buttons), and I'm having a problem with the validation.

    On page one (which is actually just a Panel control), when the user
    clicks "next," I hide Panel_1 and show Panel_2. However, the
    RequiredFieldVa lidator controls in Panel_1 only appear to work with
    Internet Explorer on Windows; when I click "next" using Netscape 4.x
    or even (IE on a Mac), I get no validation at all.

    However, when I get rid of the panel controls and test using only the
    contents of the Panel_1 control and the single Form tag, the
    validation controls perform performs perfectly in Netscape.

    Is there something I'm missing? Is there a problem using Panel
    controls with .NET validation controls? I don't know what to do,
    here.

    Thanks much for help!

    Chris
Working...