
November 20th, 2001, 07:56 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 24
|
|
|
Originally posted by : According to Adam Sills recent comments:You've misinterpreted this. Server.Transfer completely transfers executionfrom one page to another. With that transfer, comes all the of the intrinsicASP objects (request, error, etc plus all of the information in them fromthe first page -- hence, they retain the calling page's context). When thepage is transferred, the first page stops executing and the second pagestarts and takes over the original request (the first page is no longeractive for the specific request).------------Joseph at 11/20/2001 1:53:40 AMHow can i use querystring with Server.Transfer
|