How to use slideshowextender in asp net
- how to use slideshowextender in asp net
- slideshow extender example in asp.net
- asp.net slideshow example
- how to create image slide show in asp.net c
This video demonstrates how the SlideShow extender from the ASP.NET AJAX Control Toolkit turns the standard ASP.NET Image control in to a fully-.!
Asp.net ajax slideshow extender example
If you observe above code I have define lot of properties to ajax:SlideShowExtender now I will explain each property
NextButtonID - ID of the button that will allow you to see the next picture.
PlayButtonID - ID of the button that will allow you to play/stop the slideshow.
This technique describes how to build image Slide Show by fetching images from Folder or Directory using the ASP.Net AJAX Control Toolkit SlideShow Extender.
PreviousButtonID - ID of the button that will allow you to see the previous picture.
PlayButtonText - The text to be shown in the play button to play the slideshow.
StopButtonText - The text to be shown in the play button to stop the slideshow.
PlayInterval - Interval in milliseconds between slide transitions in play mode.
ImageTitleLabelID - ID of Label displaying current picture's title.
ImageDescriptionLabelID - ID of Label describing current picture.
Loop - Setting this to true will allow you to view images in a round-robin fashion.
AutoPlay - Setting this to true will play the slideshow automatically on render.
SlideShowServicePath - Path to the webservice that the extender will pull the images from.
S
- asp slideshow