Determining which form comes up first when web application is run

  • Thread starter Thread starter Google Jenny
  • Start date Start date
G

Google Jenny

Hi,

Suppose I have a web application with three forms, x.aspx, y.aspx and
z.aspx.

Right now, when I build the application, the browser always loads x.aspx
first, when I actually want z.aspx to come up first.

How do I tell MS Visual Studio .NET to load z.aspx first? I've searched
in the help, to no avail.

Thanks very much,

Google Jenny
(e-mail address removed)
 
Hi,
From the solution explorer, right-click on z.aspx and click 'Set As Start
Page'.

HTH


Hi,

Suppose I have a web application with three forms, x.aspx, y.aspx and
z.aspx.

Right now, when I build the application, the browser always loads x.aspx
first, when I actually want z.aspx to come up first.

How do I tell MS Visual Studio .NET to load z.aspx first? I've searched
in the help, to no avail.

Thanks very much,

Google Jenny
(e-mail address removed)
 
Back
Top