G
Guest
I am able fire my field validators in FireFox on the server side using...
Page.Validate()
If Not Page.IsValid Then
Exit Sub
End If
But the it won't fire Custom Validators. Anybody know why?
Page.Validate()
If Not Page.IsValid Then
Exit Sub
End If
But the it won't fire Custom Validators. Anybody know why?