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 th开发者_StackOverflowe user click on the hyperlink?
try this linkbutton.CausesValidation = false;
精彩评论