Creating a Slide Show Images in a Web Page
Author: DevASP
Download Source Code : 535_Slideshow.zip
This article is about how you can create fading effects in images that are being used in your web page. Often you have seen on many sites that an image appear for some while and fade out and a new images.
Steps you will do.
Start visual studio and create a new web application.
Copy and paste the image that you want to include in the rotation to you project root directory of in a folder in the project. But you will have to give the correct path if the images are in a folder.
Open the HTML design of your web page and before closing the head tag add the following JavaScript tag and functions.
NOTE. You can also set the slide show speed, cross fade duration.
Now add the following HTML code to design and call thee above JavaScript functions.
Run your application and see the rotating images.