Do you mean that you want to second page to open in a completely new
browser window? Or just open a page in the same window. If it's the
latter, you can use Response.Redirect(newPage) or Server.Transfer(newPage)
depending on which will suit your needs.
Chris
--------------------[color=blue]
>From: "EMW" <SomeOne@MicroSoft.Com>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>Subject: newbee question: How to call a second aspx
>Date: Fri, 9 Apr 2004 22:45:01 +0200
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>Lines: 10
>Message-ID: <40770b4f$0$41750$5fc3050@dreader2.news.tiscali.nl >
>Organization: Tiscali bv
>NNTP-Posting-Date: 09 Apr 2004 22:45:03 CEST
>NNTP-Posting-Host: 212.182.176.131
>X-Trace: 1081543503 dreader2.news.tiscali.nl 41750 212.182.176.131:4675
>X-Complaints-To:
abuse@tiscali.nl
>Path:[/color]
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed 00.sul.t-online.de!t-onlin
e.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!transit .news.xs4all.nl!
195.241.76.212.MISMATCH!tiscali!transit1.news.tisc ali.nl!dreader2.news.tisca
li.nl!not-for-mail[color=blue]
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:224734
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
>I have created a page in aspx and after a click on a button, a new page
>should open.
>How is this possible?
>I tried it doing it like in vb.NET with opening a new form, but it doesn't
>work.
>
>rg,
>Eric
>
>
>[/color]