ajax call failed err_connection_reset return error status 0
I have a partial view with button to send one parameter to controller and controller return list of objects in Json format.
this ajax works fine unless I refresh page in middle of ajax response loading. after that it continuously give above error when i print xhr.status it is 0 and chrome browser return errre-connectionreset
IE return another erro
I have read on other posts say it return status 0 without reaching server side script at all. but the problem is i cannot resolve the issue once it occurred unless clear all cache ...
ajax call failed err_connection_reset return error status 0
I have a partial view with button to send one parameter to controller and controller return list of objects in Json format.
this ajax works fine unless I refresh page in middle of ajax response loading. after that it continuously give above error when i print xhr.status it is 0 and chrome browser return errre-connectionreset
IE return another erro
I have read on other posts say it return status 0 without reaching server side script at all. but the problem is i cannot resolve the issue once it occurred unless clear all cache ...
does any one know why this is happening .
is working on a reply...