Jump to content


RyanCaleb

Member Since 05/09/2017
Offline Last Active 18/10/2017, 04:37
-----

#1129651 ASPNewbie.Ne... Member 2 Points 22 Posts Ajax call from asp.net

Posted by RyanCaleb on 14/10/2017, 09:59

Hi
 
Could anyone help me with a way to call the Ajax script below from ASP.net, preferably in VB.
 
$.ajax({type: 'POST',  { XmlPacket: yourXmlVariable}, success:function(data){ /*process results XML*/; }, error:function(){ alert('Error processing data. Please try again.); } });
 
please help!
thank you!
 
 



IPB Skin By Virteq