I\'m working on a asp.net page and I have the following scenario:
I have 2 fields that have requiredfieldvalidators which need to \"fire\" their validation when butt
You can use Validation Group.
Sample code here:
Group1 Group2