setting form variables on server side

M

Mordecai Zibkoff

Dear sirs,
I am currently buildng a system for storing user
interactivity on my asp.net web application, so that I may
examine the results of user activity at a later time. I'm
storing various bits of information present in the users
HttpRequest (Form data, Cookies, Query string data, session
data, headers, URL, etc.) into a database. I would like to
be able to extract this data again, and pass it to the
server, thus loading the page again under the same
conditions. My problem is I need to setup these conditions
and redirect to the page from a link on another page. I can
set headers and cookies and session data, and I can even
pass query string values through the response.redirect. I
can even preserve post data from the current request by
using server.transfer, what I don't know how to do is
modify the post data so that its the same as the data in my
persistnce store before redirecting. Please help.

P.S. I would also like to capture the HTML that was served
to the user as a result of his request. I'm not clear on
how to do that either.

Thanks,
Mordecai Zibkoff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top