Jump to content

Hide page name in url in ASP.NET


cholletivinod

Recommended Posts

You have 2 options.1. (probably not the best) You could handle all redirect (link click, etc) with Server.Transfer which executes the named page but does not change the browser url.2. Use URL rewriting to hide the fact that you are changing pages.

Link to comment
Share on other sites

How can i implement Url rewriting techique tell me give rep it surgent

You have 2 options.1. (probably not the best) You could handle all redirect (link click, etc) with Server.Transfer which executes the named page but does not change the browser url.2. Use URL rewriting to hide the fact that you are changing pages.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...