Hello Everyone
I am using jQuery $.ajax({}) function in ASP.NET.
my code snippet is
- jQuery.ajax({
- type:"POST"
- url:"Service\FunctionName"
- });
this type of Code working fine in Internet Explorer What When I am testing this On Google Chrome its give me the URL error. please let me know how do i overcome from this problem