By "securely" do you mean you want to make sure the data gets passed, or do you 
mean that you want it encrypted? Both would use the the query string, but the 
latter involves the second step of encrypting and decrypting the data.

I was not particularly impressed with the 4GuysFromRolla article that Stephen 
linked to -- what is the point of the base class? I guess it's so that he can 
have a SessionParameterPasser class, but it seems to me to be over-architected.

Anyway, I have a QueryStringBuilder class that uses an internal 
NameValueCollection (which Request.QueryString is) which is more robust than 
the article's. Email me off-list if you're interested (I have .NET 1.1 and 2.0 
versions).

As for encryption, I also happen to have a class for that, but unless the data 
is really sensitive (e.g., credit card number), I probably wouldn't waste the 
CPU cycles on it. A simple Base64 string might be enough for your purposes.

Matthew Macdonald-Wallace <[EMAIL PROTECTED]> wrote :

> Hi all,
> 
> Once again, I'm trying to sort out this database app and I'm really not too
> sure how to do this malarky in ASP, give me PHP any day! :)
> 
> Anyways, the issue I'm having is as follows:
> 
> I have a form (addPerson.aspx) into which is put personnel data such as
> firstname, email address and Postal Address as well as a password.
> 
> I then have another form (addPB.aspx) that should take the ID of the newly
> added person and associate them to a branch.  The problem is that I can
> work out a way to forward the new ID Number information automatically and
> securely between forms.
> 
> If anyone can point me in the right direction or to an article that might
> help, I'd be very grateful.
> 
> Cheers,
> 
> Matt
> 

::::::::::::::::::::::::::::::
Howard Cheng
http://www.howcheng.com/
Wise-cracking quote goes here.





____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
       Send Your Posts To: [email protected]
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

Reply via email to