huby Posted March 25, 2004 Posted March 25, 2004 hello ! i'm trying to create a slideshow in ASP.NET. i have an image control and a timer control on a webform, and using those, + directoryinfo and fileinfo objects, i am able to change the url of the image every 5 seconds. however, nothing changes in the browser, even though the property values do change. how can i force the page, or control, to refresh itself ? thanks, Huby. Quote there are 10 kinds of people on earth: those who understand binary, and those who don't.
Moderators Robby Posted March 25, 2004 Moderators Posted March 25, 2004 You cannot refresh the page from the server code, it should be done on the client through code or the Meta tags of the page. (<meta HTTP-EQUIV="REFRESH" CONTENT="10">) Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.