Hi there!
Can we have a single validator control to validate multiple controls of the same type?
For ex, I want to validate 3 textboxes against Numeric data entry using a sinlgle validator control. Is it possible?
Printable View
Hi there!
Can we have a single validator control to validate multiple controls of the same type?
For ex, I want to validate 3 textboxes against Numeric data entry using a sinlgle validator control. Is it possible?
I don't think there is an easy way of doing this. Perhaps with the custom validator but apart from that I'm not sure.