validation controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all...

I would like to get some help regarding validation controls in ASP.net.

I have a form containing two Buttons, many textboxes and validation controls. I want the validation controls to validate only when one of the buttons is clicked. When the second button is clicked, the validation need not take place. Is there any way in ASP.Net to do this??

Regards
Ganesh
 
Set the button property CausesValidation to false ,so will this button
not valideting...
 
Back
Top