Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 01:42 PM
Ice Man
Guest
 
Posts: n/a
Default Request of large amount of data

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


  #2  
Old July 19th, 2005, 01:43 PM
Ice Man
Guest
 
Posts: n/a
Default Re: Request of large amount of data

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
amount of dataRegards,"Ice Man" <ehc00@hotmail.com> wrote in message
news:uTKrhgfTEHA.2324@TK2MSFTNGP10.phx.gbl...[color=blue]
> 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
>
>[/color]


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles