Quantcast
Channel: Web Forms
Viewing all articles
Browse latest Browse all 23244

when use Asp.net net Url ReWriting Ajax WebMethod wont Called

$
0
0

Hi,m getting url like 

http://localhost:10869/Customer

$.ajax({
type: "POST",
contentType: "application/json",
data: "{'Type':'" + type + "'}",
url: "CustomerMaster.aspx/getSelectList",//when m using Asp.Net Url Re-writing WebMethod wont called
dataType: "json",
success: function (data) {

}
}); 

webMethod

public static string(string Type)

{

return "";

}

Thank You


Viewing all articles
Browse latest Browse all 23244

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>