Using Ajax...

  • Thread starter Thread starter Prashanth Rao
  • Start date Start date
P

Prashanth Rao

Can anyone describe me how to use the Ajax in the .Net Appplications
with sample example...
 
??var oHttpReq = new ActiveXObject("MSXML2.XMLHTTP");
??var oDoc = new ActiveXObject("MSXML2.DOMDocument");
??oHttpReq.open("POST","pages.aspx",false);
?
??oHttpReq.send("");
?
??var result = oHttpReq.responseText;
?
??var td=link.parentNode;
td.innerHTML=result;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top