if i have 2 group one for login that contain
1)textbox for user name
2)textbox for password
3)button login
and second for search
one textbox for the search and buton search
i need to use RequiredFieldValidator
if i click in the login button and textbox for search is empty will give me error RequiredFieldValidator
i need create seprate validation if i click in login don't effect in the serach group
http://www.kbalertz.com/aboutus.aspx
this example if i click button GO will not give me error and Login Viceversa
each validation for one group only
NiNe