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?
|
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?
| |||||
feedback
|
|
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. | |||
|
feedback
|