asp.net - getting an ajax error after returning from generic handler -


i think posting json data server because when debug on server looks fine me. it's when comes guess i'm getting error on callback. error doesn't make sense me.

any ideas?

enter image description here

isn't expecting receive back? seems jquery trying parse json , you're not sending json it. try sending (json) , maybe it'll able parse it.


Comments

Popular posts from this blog

Unlimited choices in BASH case statement -

Redirect to a HTTPS version using .htaccess -

javascript - jQuery: Add class depending on URL in the best way -