Click here to Skip to main content
16,003,243 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all
actually i want to hide the page name in url in asp.net and show only the query string name in url
(e.g)

if my url is this
http://localhost:1072/RealEstateChd26april/SearchDetail.aspx?ID=8f51e4b5-c33c-4096-bbe5-ed1ac4ac2e6c&Table=Kothi&sts=Kothi&type=s[^]

than i want to show this url like this(i don,t want to show the name of page SearchDetail.aspx in url)
http://localhost:1072/RealEstateChd26april/?ID=8f51e4b5-c33c-4096-bbe5-ed1ac4ac2e6c&Table=Kothi&sts=Kothi&type=s[^]

so please help me
thanks in advance
Posted
Updated 17-Jun-11 20:07pm
v4

Start here[^].
 
Share this answer
 
This concept is known as URLRewriting

Go through the following link, microsoft has a good article on it
See Here[^]
 
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