1

Exactly as the title says. I am using a listView which is not being updated with new rows when I normally brows to the page by means of my navigation link. It only updates the list with new data when I refresh the browser.

Only happens on my IE 8 + chrome frame installation. Suggestions on how to elegantly(guess not available) handle this issue without going for hacks and stuff will be highly appreciated.

user446923
  • 553
  • 1
  • 10
  • 20

1 Answers1

1

IE has a bad habit of caching things it shouldn't, which may be causing your issue. Try adding some no-cache headers to your page and see if you still see the problem.

Norm MacLennan
  • 441
  • 3
  • 8