ASP.NET - how to create a single webpage for all products?

euc_boi

New member
Hi all,

I am a newbie to asp.net. Currently I am working on a school project of building an e-commerce website. Basically the website is going to sell anything from books to clothes to computers. I already made a master which is going to serve as a layout for most of the web pages. I made also a list view of the products. Which means if the user chose for example books it show all the book in a list.

Now I want the user to be able to choose a book form the list and view all its details in a seperate page. And here comes my problem. I don't want to create a page for each product. Imagine if I have 1000 products, is not logical to make 1000 pages. Besides this I want the admin to add the product. Considering that the admin is not a programer he is not capable of creating a page for each item.

Is there any solution for my problem?
 
Use Multiviews concept to u project
Drag and drop the multiview and again drag n no of views on Multiview
and navigate views
 
Back
Top