I was looking at this article on custom validators in aps.net mvc 2 and I was wondering how I might go about creating a more complex validation which worked on multiple fields at once. Say something like
if(fieldA > 7 and fieldB < 15)
The attribute method of creating validators doesn't seem like it would work for that.