I need to validate the advanced form serverside and there are a few things that I need to do that cannot be done with asp validators. I am already using asp validators for some required fields and I'd like to use them here, if possible to simply things.
Specifically I need to:
1) I need to verify that a RadNumericTextbox is a multiple of 6
2) Check a repeater and make sure that its Items.Count are > 0.
How can I do these 2 validations?
Steven
Specifically I need to:
1) I need to verify that a RadNumericTextbox is a multiple of 6
2) Check a repeater and make sure that its Items.Count are > 0.
How can I do these 2 validations?
Steven