On A login page I have two fields - userID and pw for a user to enter, with a popup validation summary that works fine when the user doesn't enter anything into either field.
I have a linkbutton webform object for "Logout" with calls the logout() method in my code-behind class.
Problem: when clicking on the logout linkbutton, the system still checks for input validation.
How do I get around this?
Thanks.
I have a linkbutton webform object for "Logout" with calls the logout() method in my code-behind class.
Problem: when clicking on the logout linkbutton, the system still checks for input validation.
How do I get around this?
Thanks.