Troubleshooting jQuery AJAX call using Generic Handler in ASP.NET

后端 未结 3 1436
你的背包
你的背包 2021-01-06 14:21

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

3条回答
  •  醉梦人生
    2021-01-06 15:23

    Inspect the browsers console for more details and set breakpoints in your callbacks (success, error)

提交回复
热议问题