Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
hi,
please help me out to solve this issue -

1. Issue about url Rewriting
a. if client goes to : "~/services.aspx?id = 1" - url should change to "~/services/abcd"
[this service name is in the database, which will be checked at the time to receiveing the request and will be changed accordingly]
b. if client goes to : "~/services.aspx" - url should change to "~/services"
[client should sees all the services]

2. Shopping cart in cookies
value will stored in cookies in the format (id,quantity|id,quantity|...)
also please help me out hot to store these items in shopping cart and also retrieve them to show in cart page.

this is an asp.net website on 4.5 framework. i am completely stuck up with these issues, but unable to solve out anything.

Thanks in advance....
Posted

1 solution

Please refer code given in this article

An Example of URL Rewriting With ASP.NET[^]
 
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