j****h 发帖数: 6 | 1 Hi:
I am on an aspx.vb code behind. need to make a side request which
returns (I believe a stream of) xml reponse.
Below are my sample codes
Dim excel As New CapitalIQ.Excel.Web.GetData()
Dim context As System.Web.HttpContext
Dim filename As String = String.Empty
Dim url As String = String.Empty
Dim queryString As String = String.Empty
'will initialize filename, url, querystring later
Dim request As New Sys |
|