Click here to Skip to main content
15,893,486 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,


Is this possible to redirect on another page with parameter 'slash'.

Actually I have one aspx page and I redirected on another page with query string parameter. But in second page URL do display the '?id=1'. How I show '/1' instead of '?id='.

for Example.
show URL in browser Outfits.aspx/1 insted of Outfits.aspx?id=1
Posted
Updated 11-Oct-12 23:28pm
v2
Comments
AshishChaudha 12-Oct-12 5:17am    
Please elaborate your question by using "Improve question". Didn't understand your question "Is this possible to redirect on another page with parameter 'slash'

1 solution

You should try URL Rewriting with ASP.NET[^].
Refer the links for more information:
URL Rewriting in ASP.NET[^]
Tip/Trick: Url Rewriting with ASP.NET[^]


--Amit
 
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