I have a working ajax slideshow extender but i want to enable the user to skip slides
basically, the slideshow starts when the page loads... but I have an UL with Li's that are links that should let the user jump or skip slides as they please. It's ok if the slideshow play interval keeps counting cause I want the slideshow to keep looping after the user clicked on one of those links.
I've read about the ContextKey and BehaviorID on the slideshowextender but I'm not really sure how to accomplish or connect this client-side code(javascript function)with the web service (written in c#) that holds the array to get the desired slide.
|