Server.CreateObject("Microsoft.XMLHTTP") i .net
hvordan gør jeg nedenstående i min aspx.cs:<%
temp = Request.Form.Item("text1")
Set objHTTP = Server.CreateObject("Microsoft.XMLHTTP")
objHTTP.Open "GET", "http://www.xxx.aspx?Id=222&search="&temp, False
objHTTP.Send
strXML = objHTTP.ResponseText
Response.Write(strXML)
Set objHTTP = Nothing
%>
