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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top