As far as I know, the clientside validators such as the Required Validator,
Compare Validator, etc, would not be able to interact with the session
(unless you made your own validator using AJAX).
The Custom Validator should be able to interact with the session, due to the
fact that it's validation statements reside in code that is executed on the
server as opposed to on the client's end (requiring a post back).
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.