Thanks Martin for your kindly reply...
Actually, I'm still a newbie in asp.net
In your reply message, u mentioned that i should process the request 
in HTTP body of webForm1.aspx, right?
I don't know where and how to code..... :-(

Can I do it in the Page_Load function?
Below is the coding that I done in webForm1.aspx but I get nothing. 

private void Page_Load(object sender, System.EventArgs e)
{
XmlTextReader reader = new XmlTextReader(Request.InputStream);
XmlTextWriter writer = new XmlTextWriter("C:\\testing1.xml",null);
writer.WriteStartDocument();
writer.WriteNode(reader,true);
writer.WriteEndDocument();
}

Actually, what I want is to save the input stream to a new xml file.
Can you tell me what should I do in my coding in order to save the 
input stream to a xml file? Any example of coding will do. Thanks 
again!

Best regards,
Achio.





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to