Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: response redirect posting data


Message #1 by "alain valdes" <alainiw@h...> on Wed, 8 Jan 2003 16:56:49
Hi,

I would like to know how can you redirect a client to an external page 
posting data to the external web server. I have tried a lot of things and 
Icannot find the solution.

 C#:

	HttpWebRequest objRequest = (HttpWebRequest)WebRequest.Create(url);
			objRequest.AllowAutoRedirect = true;
			objRequest.Method = "POST";


and other methods I have look into.. response.redirect, etc.. nothign 
seems to work.

thank you.


  Return to Index