![Picture of Manuel Lemos Picture of Manuel Lemos](/picture/user/1.jpg)
Manuel Lemos - 2012-01-18 20:27:26 -
In reply to message 10 from Erik de Bos
Yes, it works both on the server side and on browser side with JavaScript.
When you specify that the validation of one input depends on another, the class will call GetCheckedState to check if the dependent input needs to be validated on the server side.
Likewise it JavaScript code will be generated by the GetJavascriptCheckedState to determine if the dependency input is "checked" and so proceed with the validation of the dependent input on the browser side.