Click here to Skip to main content
15,885,979 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi How are you?

I have an online xml file and i want to read it using dataset.readxml then insert the data in to comobox but the problem when i have change or edit the xml file and run application it's get the old data not the new data

it's read the data from cache. How i can set http headers like ( Pragma:no-cache or Cache-Control:no-cache ) to read it without cache

Thank you in advance
Sorry of my English
Posted
Comments
Dave Kreskowiak 15-Oct-14 0:35am    
That all depends on what you're using to get the .XML file in the first place.

You cannot control the headers from the client side. Those are specified by the server.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900