Do Response.Redirect As A HTTP Post
- by Lennie De Villiers
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.