Click here to Skip to main content
15,995,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to routing my url Dynamically . i have to redirect to another web page from one web page .
I send data through Query string . i want to get that query string value but URL will be rewriting with Routing ..
Posted
Comments
Thanks7872 29-Jul-13 3:25am    
Do you want to hide information from the user? Thats your primary goal?
meranaamshahul 29-Jul-13 4:34am    
ya.. i want to hide query string values & will rewrite the url user Friendly
Thanks7872 29-Jul-13 4:37am    
You can encrypt the query string values and decrypt it at other end. Theres no need for rewriting. If you want so,let me know.
meranaamshahul 29-Jul-13 5:16am    
if i have URL like this---> http://www.website.com/Products.aspx?categoryId=1&productId=5
i want to rewirte it to like this---> http://www.website.com/Products/1/5

1 solution

 
Share this answer
 
v3
Comments
meranaamshahul 29-Jul-13 10:47am    
thanks for posting the above link....
i need to rewrite URL dynamically .... will u give any guidance...
Thanks7872 29-Jul-13 12:27pm    
Refer to updated answer. It might be helpful.
meranaamshahul 30-Jul-13 1:08am    
mmm may u give link for any example project for Dynamic URL writing
Thanks7872 30-Jul-13 1:12am    
Everything is given there already. You have something more than a sample project. Project doesnt include explanation which is already available there. Why dont you try something your self?
meranaamshahul 30-Jul-13 1:43am    
i tried with it.. but still i not get result.. so only i asked sample project

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