Re: Forwarding the Request.Form collection
From: Michael D. Kersey (mdkersey_at_hal-pc.org)
Date: 11/22/04
- Next message: pshankland: "Searching Within a Text File"
- Previous message: Javier Villegas: "Re: Sample for searh a file and copy to a local folder in a remote machine"
- In reply to: Agoston Bejo: "Forwarding the Request.Form collection"
- Next in thread: Agoston Bejo: "Re: Forwarding the Request.Form collection"
- Reply: Agoston Bejo: "Re: Forwarding the Request.Form collection"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 22 Nov 2004 12:29:46 -0600
Agoston Bejo wrote:
> Hi.
>
> x1.asp:
> <form method="post" action="x2.asp"> .... </form>
>
> x2.asp:
> DoSomeAdministration()
> Response.Redirect "x3.asp?" & Request.Form
>
> x3.asp: further processsing of data
>
> This scenario works for a certain amount of data, but passing data in
> Request.QueryString has its limits.
> Is there any other way so that x3.asp can retrieve the data posted in
> x1.asp? I could put the textual representation of Request.Form into a
> session variable, but it would be much easier if I could pass on
> Request.Form so that x3.asp would be able to access it the same way as it
> could if x1.asp posted directly to x3.asp.
Server.Execute() may be what you want.
- Next message: pshankland: "Searching Within a Text File"
- Previous message: Javier Villegas: "Re: Sample for searh a file and copy to a local folder in a remote machine"
- In reply to: Agoston Bejo: "Forwarding the Request.Form collection"
- Next in thread: Agoston Bejo: "Re: Forwarding the Request.Form collection"
- Reply: Agoston Bejo: "Re: Forwarding the Request.Form collection"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|