var rowID="100"; $.ajax({ type: "POST", url: "/home/selectdatafromlist", data: "id=" + rowID, success: function (output) { //my code }, error: function (xhr, status, error) { alert("An AJAX error occured: " + status + "\nError: " + error + "\nError detail: " + xhr.responseText); } );
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)