HI,
i need to pass id=2 while calling the action method ? How can i pass id value to controller
http://localhost:52391/Campaign/Edit/2
{Controller}=Product {ActionMethod}=Action {id} =2
function getProductDetails() {
var link = '**/Product/Details?callback=?**';
$.ajax({
url: link,
data: {},
dataType: "jsonp",
jsonpCallback: "doextrawork"
});