Submit values on redirect

I

Imran Aziz

Hello All,
I am using Response.Redirect to transfer control from one page to
another and in doing so , I transfer values in query string , but now I
don't want the values to be transferred in query string, but instead I want
the values to be submitted to the new page, is there a way to do that in
ASP.net ? The page need to auto submit the values to the next page without
the requirement of any client interaction.

Any suggestions please ?

Thanks a lot.

Imran.
 
C

Curt

Are the to and from pages in the same application? If so, leverage session
or application state variables.

Good luck
CurtW
 
I

Imran Aziz

Thanks for your response. No the pages are in different application.However
I found a way to get around it by using Response.write to write out
JavaScript to post the page with its hidden variables.
Imran.
 

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
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top