What to use Page-Validate instead of Use validate
To validate a property we have got Use validate on a Property .
(For Example IsFutureDate)
And also similarly we have got Page-Validate for validation which internaly calls the Use validate specified on the property .
Could u please tell me in which case we will use Page-Validate , because the same thing can be achivied through Use validate know ?