D
darrel
(apologies for the repost...I put this in the wrong newgroup the first
time...)
I have a text box that I have a custom validator attached to. I then have an
image button that is set to NOT cause validation (as there are other
validators on the page I don't want triggered).
The event handler for my imageButton is set up to validate the text box:
-------------
textbox.validate
if textbox.isvalid then...
-------------
This works. If it's valid, it executes, if not, it doesn't. The problem is
that if it's not, the custom validator error text doesn't appear. Why is
that?
-Darrel
time...)
I have a text box that I have a custom validator attached to. I then have an
image button that is set to NOT cause validation (as there are other
validators on the page I don't want triggered).
The event handler for my imageButton is set up to validate the text box:
-------------
textbox.validate
if textbox.isvalid then...
-------------
This works. If it's valid, it executes, if not, it doesn't. The problem is
that if it's not, the custom validator error text doesn't appear. Why is
that?
-Darrel