E
Eidolon
Heres what i am trying to do:
In the codebehind code for a page, i want to be able to send the request on
to another page, but with different form values than what may have been
submitted to me. So for example's sake, say im a login page, and the
request to me included form values of "uid" and "pwd". Now i want to
transfer the user over to the search page for example, but Server.Transfer
wont work, because i dont want to send him the UID and PWD form values.
Instead i want to send him a form value name QUERY with some value. How can
i do this?
I would rather NOT resort to writing out a form on the client html and a
script block to populate the forms values and then submit it. Thats rather
sloppy.
Thanks in advance,
- Aaron.
In the codebehind code for a page, i want to be able to send the request on
to another page, but with different form values than what may have been
submitted to me. So for example's sake, say im a login page, and the
request to me included form values of "uid" and "pwd". Now i want to
transfer the user over to the search page for example, but Server.Transfer
wont work, because i dont want to send him the UID and PWD form values.
Instead i want to send him a form value name QUERY with some value. How can
i do this?
I would rather NOT resort to writing out a form on the client html and a
script block to populate the forms values and then submit it. Thats rather
sloppy.
Thanks in advance,
- Aaron.