0

I added ASP.NET validation controls to my form ..

I also have a static hyperlink on the same form...

If i click it , it is not allowing the redirection because of the validation...

How can i allow the redirection if the user click on the hyperlink?

Bart
  • 4,830
  • 16
  • 48
  • 68

1 Answers1

2

try this linkbutton.CausesValidation = false;

StarCub
  • 4,141
  • 7
  • 41
  • 58