|
 |
aspx thread: RE: aspx digest: November 24, 2000
Message #1 by <huzefa@n...> on Sat, 25 Nov 2000 11:43:32 -0500
|
|
i m sending a form to another form on submit.
in the receiving form, i want to display the values in textboxes...
how do i do it in asp+ ?? request.querystring alongwith servertags does
not work.!!!
please help.
huzefa
Message #2 by Scott Guthrie <scottgu@m...> on Sat, 25 Nov 2000 20:09:51 -0800
|
|
Can you post some code examples to demonstrate what you are trying to do?
Are you doing a "GET" or a "POST" to the other form. Note that
Request.QueryString only works with "GET" requests. Request.Form should be
used with "POSTS". Alternatively you can use Request.Params("Foo") to get
access to both "GET" and "POST" variables.
Thanks,
Scott
-----Original Message-----
From: huzefa@n... [mailto:huzefa@n...]
Sent: Saturday, November 25, 2000 8:44 AM
To: ASP+
Subject: [aspx] RE: aspx digest: November 24, 2000
i m sending a form to another form on submit.
in the receiving form, i want to display the values in textboxes...
how do i do it in asp+ ?? request.querystring alongwith servertags does not
work.!!!
please help.
huzefa
|
|
 |