문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top