asp.net - Javascript WebRequest Invoke/Cache problem -


I have ASP I am using Net 3.5 and trying to open a web site using Javascript and Sys.Net.WebRequest.

This service is applied for the first time and till then I do not try to refresh, everything is fine.

A refresh webrizest object invoice method is called but instead of implementing the service, the callback function, such as it is using some cached results.

How should this be resolved so that service on every refresh is executed?

Thank you,

Wineshtain

some random number service Try adding the URL as a parameter so that the id is not cached.


Comments

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -