encrypt url string

  • Thread starter Thread starter TJS
  • Start date Start date
T

TJS

Is there a way to encrypt the url string at the application level so code
does not have to be added into every page or control ?
 
Encrypt or Encode?
But either, not really. You could make a function to call, but if your
Querystring is built in code, that's where you will have to Encrypt/Encode
it.
 
Back
Top