Dim TempC As Control
            For Each TempC In Page.Controls
                If TempC.GetType().Name = "RequiredFieldValidator"  Then
                          your code
                End If
            Next