What is the best method to troubleshooting a jQuery AJAX call with ASP.NET? The error function is getting called--I get the alert to popup that says \"Error\", but I don\'t
Inspect the browsers console for more details and set breakpoints in your callbacks (success, error)
console
success
error