[thelist] Request object
Norman Beresford
Norman at pigfe.freeserve.co.uk
Wed May 10 08:20:32 2000
Hi Mat
I wasn't asking about the pros/cons of accessing information through the
Request.Form collection as opposed to through the Request object, what I was
interested in was how it would access that information, and if mulitiple
requests to the.Form collection are faster then, for example, a request to
the Form collection and a request to the .Cookies collection.
Sorry for any confusion
Norman
> Request.Form is faster, but less flexible. Obviously, if you use .Form, it
> has to be posted by a form, which can screw up the multi-usefulness
(word?)
> of scripts sometimes.
>
> When you use Request("myvar"), ASP cycles through all the collections of
the
> Request object looking for a variable named myvar. If there are two or
more
> variables named myvar, it will find the first one and stop (so, you need
to
> know the exact order of the request object cycle in order to get expected
> results).
>
> hth,
>
>
>
>
> --
> mattwarden
> mattwarden.com
>
>
>
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt !
>