well, this isn't exactly what you want, but if you don't mind a server round trip, you could just turn off client side validation. Then you could code whatever you want on the backend to check your validators to see if they're valid depending on what's in the list box. The property on each validator has to be set to false. EnableClientScript
Each validator also has a client side api you can enable or disable them, which is more of what you want,but i'm not as familiar with it as i just do what i suggest above when i need to. Here's an article on it though if you want to try the client side stuff still.
<font id="linkPlaceHolder"></fon
Main Topics
Browse All Topics





by: cylikonPosted on 2009-10-15 at 11:44:09ID: 25583484
I have tried the Various ...EvaluateIsValid(Page_Va lidators[i ]) but this seems to return the current state of the Validator not actually execute and re-evaluate the control it is associated with...