LinkButton not working due to validation control field
Posted
by Alexander
on Stack Overflow
See other posts from Stack Overflow
or by Alexander
Published on 2010-04-01T22:35:06Z
Indexed on
2010/04/01
22:53 UTC
Read the original article
Hit count: 197
ASP.NET
|visual-studio
In my .aspx page which derives from a master page I have a contact form which uses some validation, such as the RequiredFieldValidator and RegularExpressValidator.
At top of my page I have a link bar and whenver I am at contact.aspx I can't navigate to the other pages as if that I need to fill in the necessary data so that it satisfies the validator. How can I fix this?
© Stack Overflow or respective owner