Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Form Validation


Message #1 by "Mitchell Adams" <MADAMS@p...> on Thu, 15 Aug 2002 11:51:30 -0400
How do I check to see if only certain controls are valid.

I'm using Page.IsValid but I don't want to check all the controls on the 
page.

Is there a better way to group controls and then validate just that group 
or do I have to do something like:

If Email.IsValid AND FirstName.IsValid AND LastName.IsValid Then
....do some processing
End If

Thanks

Mitch



  Return to Index