I have Checkboxlist and i can’t give it required field validator or custom validator.
it gives me runtime exception.
Language : Vb.net with asp.net
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
no cannot apply required field validator on the checkbox list
but you can use custom validator to validate it
for the custom validator to work you have to create your own function on server or client side for validation and one more thing when you are using custom validator there no need to pass value in the
controltovalidateproperty