If you are with asp.net 2.0 or greater, look at the Login control. It can
handle many if not all of your login needs. Property DestinationPageUrl
specifies where to proceed on successful login.
--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"id10t error" <> wrote in message
news:445a9d96-791b-47d4-8cd6-...
> Hello,
>
> I have a login that will be the first page the user sees. Once the
> user type in the username and password and click on the login button I
> want to close the login.aspx page and goto the Menu.aspx page. How do
> i do this. I am using vb.net. Thank you in advance for your help.