access session from validator

  • Thread starter Thread starter Fred
  • Start date Start date
F

Fred

hi,
is there some way to read/write to/from the session object in custom
validators

TIA
 
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).

I have not tried so I do not know for sure.

Hope this helps,
Darren Kopp
 

Ask a Question

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.

Ask a Question

Back
Top