开发者

ASP.NET Validation controls prevent me from redirecting?

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;

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜