Skip to main content
Participant
April 9, 2010
Question

Update XML Source Button

  • April 9, 2010
  • 1 reply
  • 2328 views

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 ?

    This topic has been closed for replies.

    1 reply

    November 26, 2011

    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.