Copy link to clipboard
Copied
Using Dreamweaver I created one ASP Page that show data using one XML file like Data Source and it worked good. But if the XML File is updated I can not update/Refresh the page to get the updated data.
I tried right click and refresh but it does not update the XML Data; the only way I can update the page is closing the web page and opening it again.
I would like to create one Button that can refresh/update the XML data of the Web page.
Somebody have idea how make it ?
Copy link to clipboard
Copied
I know it is a little after the event but for general reference for others. XmlDataSource has a property enablecaching="True"
change this to false and it will not cache and update on each page load.