Thomas
Thomas

Reputation: 34198

Regarding URL rewrite

for url rewite when my hyperlink point the url like www.mysite.com/content?ID=20 but i want to know how to write logic that url www.mysite.com/content?ID=20 will become www.mysite.com/mycontent of hyperlink when user mouse over the link.

i have another quetsion that how to write logic very easyly that will redirect the request to www.mysite.com/content?ID=20 internally when the url is actually click www.mysite.com/mycontent.

please guide me in detail with sample code. i am working with asp.net webform version 3.5.

thanks

Upvotes: 0

Views: 206

Answers (1)

Developer
Developer

Reputation: 8636

If i am not wrong check this post

ASP.NET : Hide Querystring in URL

and also URL Rewriting

http://msdn.microsoft.com/en-us/library/ms972974.aspx

Upvotes: 1

Related Questions