Hi All,I do have this code in Classic ASP .I'm newbie to ASP.NET . Can anyone please let me know how to use this code in ASP.NET (VB or C#)
<%
var url="http://xyz/defs.aspx";
var xhttp = Server.CreateObject("MSXML2.ServerXMLHTTP");
xhttp.open("POST", url, false, "", "")...