Request of large amount of data

I

Ice Man

Hi All,

I will need to send bewteen 2 asp pages very large amounts of data
what is the best way to send it and to read it?

for ex. I know this method:

For i = 1 To Request.QueryString.Count - 1
Response.write(Request.QueryString.Key(i))
Next


Could someone help pls...

Thanks
 
I

Ice Man

Sorry Guys (& Girls!)

I found it and here it is

For counter = 1 To Request.Form("interests").Count
Response.Write "You selected " & Request.Form("interests")(counter) &
"<br>"
Next
but you should use the post method it's secure and supports very large
 

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

Members online

Forum statistics

Threads
473,780
Messages
2,569,607
Members
45,240
Latest member
pashute

Latest Threads

Top