hello

i am working on web-form for which I have set the validation summary showmessagebox = "true".
I have two required field validators, which trigger on a checkbox's OnCheckedChange d event....now my problem is, when I hit submit, the page does not submit if I do not enter any values in the text boxes..which is correct behavior but it does not point out to the error or does not display the message box...i have to...