Generate aspx or html pages dynamically
-
Hi there, i want to create a shopping cart in asp.net 2.0,the problem is that i want to create aspx or html pages dynamically agaisnt each product or item or category. Like if have three products in Cat1, i wnat three html pages pointing to the same link(to the same shopping cart), please let me know any helpful link or practical expample of that. many thanks, adnan
Many Thanks, Adnan Rafiq muhammadadnanrafiq@gmail.com
-
Hi there, i want to create a shopping cart in asp.net 2.0,the problem is that i want to create aspx or html pages dynamically agaisnt each product or item or category. Like if have three products in Cat1, i wnat three html pages pointing to the same link(to the same shopping cart), please let me know any helpful link or practical expample of that. many thanks, adnan
Many Thanks, Adnan Rafiq muhammadadnanrafiq@gmail.com
-
Do you really have to generate separate pages? You can have one page that displays different information depending on any parameters that you send to the page.
--- single minded; short sighted; long gone;
Actually for better seo results i have to create seperate pages for each product. Many thanks, adnan
Many Thanks, Adnan Rafiq muhammadadnanrafiq@gmail.com
-
Hi there, i want to create a shopping cart in asp.net 2.0,the problem is that i want to create aspx or html pages dynamically agaisnt each product or item or category. Like if have three products in Cat1, i wnat three html pages pointing to the same link(to the same shopping cart), please let me know any helpful link or practical expample of that. many thanks, adnan
Many Thanks, Adnan Rafiq muhammadadnanrafiq@gmail.com
Hello, You can use the httpHandlers, you can do it by two one with support of web config file and another is only using coding for that you must know httpHandlers class. Also you need to knowlage how to utilize it. For that you have skill of XML, Asp.net and Sql server. Regards
Nimit Patel
-
Hello, You can use the httpHandlers, you can do it by two one with support of web config file and another is only using coding for that you must know httpHandlers class. Also you need to knowlage how to utilize it. For that you have skill of XML, Asp.net and Sql server. Regards
Nimit Patel
Well, can your give on practical example, code sample or usefull links, i have basic knowledge of XML, good with ASP.Net, and good with SQL Server as well.
Many Thanks, Adnan Rafiq muhammadadnanrafiq@gmail.com