N
Nathan Sokalski
I am writing a validator (by inheriting from the BaseValidator class), and
am including the evaluationfunction attribute to specify the client-side
JavaScript validation function. I have successfully done all of these things
before, with no problems. However, when I go to my test page, it gives me
the following error:
Error: 'MinMaxSelectedValidatorIsValid' is undefined
If I do a view source, I can see the JavaScript function included in the
view source exactly where I would expect it to be. Does anybody have any
idea as to why this might be happening? Any help would be appreciated.
Thanks.
am including the evaluationfunction attribute to specify the client-side
JavaScript validation function. I have successfully done all of these things
before, with no problems. However, when I go to my test page, it gives me
the following error:
Error: 'MinMaxSelectedValidatorIsValid' is undefined
If I do a view source, I can see the JavaScript function included in the
view source exactly where I would expect it to be. Does anybody have any
idea as to why this might be happening? Any help would be appreciated.
Thanks.