facing a problem by sending data from one page to another page

Dec 13 2008 3:38 AM

I am facing a problem by sending data from one page to another page
(I am using one server for sending the data and receiving the data in a different server)
the data is going to the receiving page but i want to display the receiving page in my browser.

Only Form POST  (Don't use  "GET" Method to use to send the data as a QueryString to the external site) 


 For Example


Here I am using "Default.aspx" Page for send the data and receiving the data in "RedirectPage.aspx"
I want to display the data in "RedirectPage.aspx" page of my browser what i am sending from  "Default.aspx"

I am using WebRequest to send the data and  it is hitting the receving page

the problem is the receiving page is not displaying in the browser.

Please help me out to resolve this problem.This is very very urgent for me


Answers (2)