Hello Kris,
I'm new to ASP.NET / C# programming, and have been working on a simple slideshow and am trying to figure out the best way to advance the slides every x seconds. I am also trying to accomplish this with out AJAX. I read your suggestion of using <meta http-equiv="refresh" content="5" />.
If I may ask you 2 questions?
1. I'm using MasterPages so I believe I have to put the <meta... tag in the masterpage. As I'm using this website for more than just the slideshow, I don't want to refresh the non-slideshow pages every 5 seconds. Is there away to perform the refresh for just the page that is displaying the slide show? If not, do you have any other alternate ways for me to accomplish this?
2. You have a link that points to Wikipedia regarding meta refresh, and it says that the W3C discourages the creation of auto-refreshing pages. As I'm new to this, I'm not sure how strictly I should be adhering to this? Do you have thoughts on this Wikipedia statement?
Thank you for your time and any assistance you could provide me.
ron