开发者

ASP.NET Validation controls prevent me from redirecting?

开发者 https://www.devze.com 2023-03-15 08:06 出处:网络
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...

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

精彩评论

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