Custom validator
hi
I want to know if there is a way to use custom validator that will work only in specific case
I have a textbox and a button on my page which are related (search text and Go button to make the searvh in the DB)
and also other buttons that also do work.
I want the custom validator to be used onlu when the Go button is clicked and not when the other buttons are clicked...
is that possible in a simple way? or should I need to check in some way which button trigger the event?
TIA
Barak
|