搜索关键字:WebRequest,如
http://www.chinabs.net/aspnet/default.asp?infoid=62

解决方案 »

  1.   

    实际上我想要素实现的是想vb或asp中的
    XMLHTTP.open "post", "http://localhost/a.aspx", False
    XMLHTTP.Send (xDoc.xml)在asp.net中如何写??
      

  2.   

    Microsoft.XMLHTTP is a COM component and is kind of unnatural to use in C#, see how similar functionality is done in native .NET code:http://www.xmlforasp.net/codebank/util/srcview.aspx?path=../../codebank/System.Xml/XmlDocument/MoreOverNews/MoreOverNews.src&file=MoreOverNewsFunctions.cs&font=3
      

  3.   

    数据如何发送过去??
    like XMLHTTP.Send (xDoc.xml)