Posting to Another Page & reading data posted
Hi ,
I have a question please,
Using C# , After we collect data from a form on Page1 , how do we post the data as xml to Page2.
Do we have any functions in c# where Page2 can read the data from Page1.
(Note : We do not want to use Request.QueryString)
Thanks.
|