Click here to Skip to main content
15,896,264 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
I have a page call

www.domain.com\product.aspx?productid=1

where product name is television

But i want to show page url as

www.domain.com\television.html

Please help to solve these problem

Regards
Venkatesh
Posted

You need: URL Rewriting


Have a look here:
URL Rewriting with ASP.NET[^]
MSDN: URL Rewriting[^]
 
Share this answer
 
You'll get lot of solutions if you Google,
This is one of those,

http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx[^]
 
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