asp.net ajax cache
-
I using ms asp.net ajax. uploadImage method in js. this method Asynchronous upload image. function uploadImage(file){ Webservice.uploadImage(file, succeedCallback); anotherFunction();//this is don't definition, so report err } but I changed: function uploadImage(file){ Webservice.uploadImage(file, succeedCallback); //anotherFunction();//I comment it, but still report same err at this } How do I? Thanks.
-
I using ms asp.net ajax. uploadImage method in js. this method Asynchronous upload image. function uploadImage(file){ Webservice.uploadImage(file, succeedCallback); anotherFunction();//this is don't definition, so report err } but I changed: function uploadImage(file){ Webservice.uploadImage(file, succeedCallback); //anotherFunction();//I comment it, but still report same err at this } How do I? Thanks.
If it is so then: Clean the solution, rebuild it... if using IIS, then reset it. Clear browser cache... run the application after all this...