I have a hyperlink on my master page that directs me to the homepage.

It works on every page except a page that has validators.

How do I make the hyperlink work?

link|improve this question

When you say it doesn't work what doesn't work. Can you post some code that can give little insight into the problem? – Cybernate Jan 26 '11 at 19:52
Are you sure it is a hyperlink and not a linkbutton? – Malk Jan 26 '11 at 19:54
feedback

1 Answer

up vote 1 down vote accepted

More information would be helpful, but I have a suggestion: make sure the hyperlink doesn't have a property called "CausesValidation" = True. A hyperlink control causes a post, which will trigger a validator. Turn it off and you should be good to go.

link|improve this answer
OHHHHHH Goob job!! – Or Betzalel Feb 2 '11 at 22:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.