R
Ronald S. Cook
I have an ASPX page wherein I receive an ID of a file to play.
http://localhost/fwi/mediaplayer.aspx?id=3
When I go to a browser and type in the above, it works fine.
But when I change the 3 to a 4, it still plays the old song.
I tried some lines of code to prevent caching, but so far nothing works.
The only thing that does work, is to click Tool.. Options (in Internet
Explorer) and click to delete temporary internet files. Then song ID=4
plays.
Am I just not yet onto the proper prevent caching code?
Thanks,
Ron
http://localhost/fwi/mediaplayer.aspx?id=3
When I go to a browser and type in the above, it works fine.
But when I change the 3 to a 4, it still plays the old song.
I tried some lines of code to prevent caching, but so far nothing works.
The only thing that does work, is to click Tool.. Options (in Internet
Explorer) and click to delete temporary internet files. Then song ID=4
plays.
Am I just not yet onto the proper prevent caching code?
Thanks,
Ron