Do Response.Redirect As A HTTP Post

Posted by Lennie De Villiers on Stack Overflow See other posts from Stack Overflow or by Lennie De Villiers
Published on 2010-04-27T19:33:04Z Indexed on 2010/04/27 19:33 UTC
Read the original article Hit count: 249

Filed under:

Hi, I know that you can do a GET with Response.Redirect where you build the query string up but how can I do a post? I got a bunch of values in a list that I want to post using Response.Redirect to another page e.g. POST from one page to another.

© Stack Overflow or respective owner

Related posts about ASP.NET