PDA

Click to See Complete Forum and Search --> : Posting values form an array to a new form


hpl
Jan 26th, 2004, 02:36 AM
I have an app, where I need to post an array to a new webform (this is a print friendly form). Is that possible with vb.Net?
Can I use Server.Transer to this? I don't think it's possible to use request.form, because this refers to the same webform, isn't that correct?