How to create automatic page
-
I am developing ASP website. Its website of at about 1000 products with shopping cart and CMS. Our client want to add his products at his end. That I did, By providing him a module to add product, and sending product details to DB. But he want to create new page(preferrably HTML Page) for each and every product for promotion purpose. Means whenever he add new product through provided module new page should be created automatically. Anyone can suggest how to do this.
-
I am developing ASP website. Its website of at about 1000 products with shopping cart and CMS. Our client want to add his products at his end. That I did, By providing him a module to add product, and sending product details to DB. But he want to create new page(preferrably HTML Page) for each and every product for promotion purpose. Means whenever he add new product through provided module new page should be created automatically. Anyone can suggest how to do this.
-
I am developing ASP website. Its website of at about 1000 products with shopping cart and CMS. Our client want to add his products at his end. That I did, By providing him a module to add product, and sending product details to DB. But he want to create new page(preferrably HTML Page) for each and every product for promotion purpose. Means whenever he add new product through provided module new page should be created automatically. Anyone can suggest how to do this.
-
How about a data driven page? Unless you specifically need to create an HTML page just post the data from the database onto a standard page.
Bob Ashfield Consultants Ltd
How to get data from database on a html page??