Hello,
I am using ASP .Net 3.5 and trying to invoke a WebService using javascript and Sys.Net.WebRequest.
The service gets invoked for the first time and everything is fine until I try to refresh.
on a refresh th WebRequest object invoke method is called but instead of invoking the service is jumps right to the callback function, as if it's using some cached results.
How should this be solved so on every refresh the service will be executed?
Thanks,
Wineshtain