:
: Dear Sir,
: AOA.
: I am a beginner, and working on home assignment of developing a
: simple working model of an online store. Say, www.makro.com
:
: I have installed Visual Studio 2005, enterprise edition. Since the
: suite does not contain Web Developer application (as used to be in
: Visual Studio 2003) I have separately installed Web Developer 2005,
: express edition.
:
: I have developed three pages, Login, Customer profile, Shopping
: cart, and total purchase. But I cannot put them (link then
: together). These are scattered as jigsaw pieces, and could not be
: placed under one project name, say, MyShop.
:
: Please tell me , how I make one of them to be a home page , and then
: link the others to it , finally leading to Mode of Payment , say ,,
: a credit card , and the dispatch at the mailing address provided by
: the customer.
:
: Your guidance shall be highly appreciated.
:
: Regards,
: Abdul Hayee.
:
Hello, you can just put those files under your project and as the home page as default.aspx, you can then link between each files using hyperlinks, <a href="example.aspx">Example Page</a>. Or you can control page transfer by using: Response.Redirect("example.aspx"); etc.
Brad Wang
.NET Freelancer from China