Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
hi all,

i am creating one website which is product base. there are many product.

example.
when i click on product 1 then in another page you can see its photos,description,details etc.

there are many product so how can i manage it. can i create separate page for each item.
give me solution.

for more details view go to this link.
http://www.planetsecurityusa.com/infrared_cameras
Posted
Updated 3-Feb-12 2:26am
v2

1 solution

One method would be to change how you design the site.

Store all the data for each item in a database and then use ASP.net MVC and view templates to build each user view on demand. Having just got into MVC lately, and had a successful play with it, this is way I would go now.

www.asp.net/mvc[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900