• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Update XML Source Button

New Here ,
Apr 08, 2010 Apr 08, 2010

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 ?

Views

2.3K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Nov 26, 2011 Nov 26, 2011

Copy link to clipboard

Copied

LATEST

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines