Trent L. Taylor (1/4/2012)
You can do it several ways. You can use a POST operation instead of a GET. GET operations expose the query string like you mentioned and is more limited in the length. If you want to use a GET operation, you can encrypt it using the StrataFrame 3DES class or even create a Base64 output.
Hi Trent.
Thanks for the speedy response. When I say that I am a noobie at webforms, i mean that I am REALLY a noobie .
Since my winforms app is going to e-mail a link to a single web page on which the e-mail recipient has only to input a couple of fields, I think that the quickest solution may be to encrypt the QueryString.
I will search the StrataFrame docs to see how to use the 3DES class to do this and if I get stuck I will come back here crying for more help.