This ASP.NET Security tutorial explains how to hide URL query information in ASP.NET in VB.NET.
In many cases, the URL query contains information that should keep on hidden from the user. You can switch to another form of state management or encrypt the query string. You can encrypt the query string by using the cryptography [...]