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
Use validation groups. See the next article http://www.dotnet-guide.com/validationgroups.html.