From: Paul Shapiro on
"Mark B" <none123(a)none.com> wrote in message
news:#UiITz27KHA.2292(a)TK2MSFTNGP04.phx.gbl...
> http://www.letsomebodyknow.com/pages/login/default.aspx?Go=Home
>
> On the above page, how can I have RequiredFieldValidator's that only work
> depending on whether the user clicks Login or Create Account?

You can set a specific ValidationGroup on the validators and the buttons
that go with those validators.

From: Mark B on
OIC. Good point thanks.

"Paul Shapiro" <paul(a)hideme.broadwayData.com> wrote in message
news:er%2388Zv8KHA.1888(a)TK2MSFTNGP05.phx.gbl...
> "Mark B" <none123(a)none.com> wrote in message
> news:#UiITz27KHA.2292(a)TK2MSFTNGP04.phx.gbl...
>> http://www.letsomebodyknow.com/pages/login/default.aspx?Go=Home
>>
>> On the above page, how can I have RequiredFieldValidator's that only work
>> depending on whether the user clicks Login or Create Account?
>
> You can set a specific ValidationGroup on the validators and the buttons
> that go with those validators.