Click here to Skip to main content
15,895,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody
I have my web site, ASP.Net/VB.net/IIS 7.0
I want to hide last part of my URL.
ex. http://www.AAAAA.com/test/hello.aspx?myId=40 TO
http://www.AAAAA.com/test/
Now I know about URLrewrite but I have more than 4000 ID.
JavaScript is to be avoided if possible... :-)
Any help is appreciated.
Posted

you need to use URL-Rewriting for this...

http://msdn.microsoft.com/en-us/library/ms972974.aspx[^]
 
Share this answer
 
Hi Pranav Bilurkar1.4K
Thank you for your fast response.
After a day of searching and trying I decided to use Server.Transfer()
Fast, less codes, fuss and it do the job very well.
 
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