ASP.NET AJAX Control Toolkit Demos v20.1.0.0

SlideShow Sample
Ajax Control Toolkit
SlideShow Demonstration

Blue Hills image

SlideShow Description
SlideShow is an extender that targets image controls and dynamically shows each image for a certain amount of time.
SlideShow Properties
Properties
  • AutoPlay - Setting this to true will play the slideshow automatically on render
  • ContextKey - User/page specific context provided to an optional overload of the web method described by ServiceMethod/ServicePath
  • ImageDescriptionLabelID - ID of Label describing the current picture
  • ImageHeight - Height of the image container to animate slides smoothly from up to down or down to up
  • ImageTitleLabelID - ID of Label displaying the current picture's title
  • ImageWidth - Width of the image container to animate slides smoothly from left to right or right to left
  • Loop - Setting this to true will allow you to view images in a round-robin fashion
  • 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
  • PlayButtonText - The text to be shown in the play button to play the slideshow
  • PlayInterval - An interval in milliseconds between slide transitions in play mode
  • PreviousButtonID - ID of the button that will allow you to see the previous picture
  • SlideShowAnimationType - Type of animation used on changing from one slide to another
  • SlideShowServiceMethod - The webservice method that will be called to supply images
  • SlideShowServicePath - The path to the webservice that the extender will pull the images from
  • StopButtonText - The text to be shown in the play button to stop the slideshow
  • UseContextKey - Whether or not the ContextKey property should be used
Copyright © 2012-2024 CodePlex Foundation. All Rights Reserved.