Pregunta

I have a comparevalidator for my calendar extender. The textbox that's set as controltocompare changes value whenever the user checks/unchecks boxes inside a gridview. How do I trigger the comparevalidator from code behind everytime the checkedchanged event is triggered?

¿Fue útil?

Solución

first of all it is not clear from your question what you want to compare. Second Compare validators fires on its own. you cant make it to fire on check box change. instead you can write server side code to achieve that. hope it helps.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top