two forms on one page (one needs validation, the other just a ***

From: James (James_at_discussions.microsoft.com)
Date: 11/04/04


Date: Thu, 4 Nov 2004 04:32:03 -0800


Ok, maybe this is a basic question so please bear with a newbie to .net

One asp.net (VB) page has a form with various textboxes that need
validating. There is a submit button that processes this form.

On the same page, there is a 'log out' button that calls a function to log
the user out.

The problem is that when you click on log out on this page, it tries to
validate the form. How can I stop this?

Any advice would help,
Thanks