Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
How do I dynamically rewrite url?
Example:
From : http://www.store.com/default.aspx?groups=12359798&ID=45646546
To: http://www.store.com/default.aspx?groups=1235789
groups and id generates dynamic
Posted
Updated 1-Apr-11 5:20am
v3

URL Routing with ASP.NET 4 Web Forms (VS 2010 and .NET 4.0 Series)

Best Solutions

I hope the above information will be helpful. If you have more concerns, please let me know.
 
Share this answer
 
Read here: URL Rewriting with ASP.NET[^]
MSDN: URL Rewriting[^]

OR

Read about, In ASP.NET 4.0: URL Routing[^]
 
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