Do you have to use QueryStrings... can you post the data instead? (I am assuming the data is coming from a form) Ladyhawk.
** ASP/VB/Java Programmer **
yeah, i do have to use QueryString, because a user would click on a generated link (ex. mysite/page.asp?id=5).
So i was wondering if there was a way to encrypt that ?id=5 part of he querysring and then when I retrieve it with request.querystring to decode it to normal.
You could build a function that would do some sort of algorythm on the value of the field, and then pass it, then call a reverse to that function when you want the value back out. But that would have to be done after the Request.querystring. So essentially you would encode it, pass it as a querystring, then take it from the querystring to a local, decode it, and go from there.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.