Two buttons on same page

  • Thread starter Thread starter Mike P
  • Start date Start date
M

Mike P

I have a Submit button for a page which uses validation controls, and
now I want to add a Logout button to a user control at the top of the
page. But whenever I press the Logout button, the validation associated
with the Submit button occurs. How can I prevent this from happening?
 
Back
Top