aspx thread: Form Validation
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
|





