I have RequiredFieldValidator in WizardControl a also I use CSS friendly adapters.
My problem is that Click on Next button raise the PostBack without handle RequireFieldValidator.
Thanks.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kirtan PatelPosted Nov 11, 2009, 9:07 AM
make sure that all Controls in wizard Have Same
ValidationGroup Property :) ie You can Give any Name to ValidationGroup But All Controls Should have same Name in
wizard :)
it will solve your problem.
if my answer helps you then check "Do you like this answer check box" please :)