Hi,

I would like to know how to hide url link?

Example:
http://localhost:111/Testdata/page1.aspx?id=1234&year=2013 to http://localhost:111/Testdata/page1.aspx

I have tried Server.Transfer but the page from page2 is not http://localhost:111/Testdata/page2.aspx instead it appears http://localhost:111/Testdata/page1.aspx

Could someone help me. Thank you!

use session instead of query string. as it is good for security of your site.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.