At this point, I have the page layout the way it needs to be, and know where the script has to be placed to work properly.
I started out trying to use the AdRotator in ASP.Net, but it only switches images when the page is refreshed. I need something that will change the images every 5 to 10 seconds.
I asked about it on the ASP.Net Forum here, and was told to look into javascript. So, here I am.
You'll want to look into AJAX - this allows you to make server side calls w/o refreshing the page thus allowing you to pull your images. Use google to find info on AJAX - it's all over the place now.
After you've got that figured out, use the javascript command setInterval to get the image to swap at a defined interval.
Once you've whipped up something, post your code back here if you're still having problems.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.