ImageTitleLabelID ID of the Label control displaying the current image??™s title
Loop Boolean value indicating whether or not the slide show should
automatically loop through the list of images
NextButtonID ID of the ASP.NET Button control for the Next button
PlayButtonID ID of the ASP.NET Button control for the Play button
PlayButtonText Text displayed in the Play button to play the slide show
PlayInterval Slide show interval between image transitions (in milliseconds)
PreviousButtonID ID of the ASP.NET Button control for the Previous button
SlideShowServiceMethod Name of the web method used for fetching the images
SlideShowServicePath Path of the web service used to fetch the images from
StopButtonText Text displayed in the Play button to stop the slide show
UseContextKey Boolean value indicating whether or not ContextKey should be used
Now that you??™ve seen the properties of the SlideShow extender, let??™s see what it would
take to actually implement it. Consider the following code snippet used to create a simple
slide show with three buttons for manual control on top of the automatic time delay
between each image??™s transition:
Height="300"
Style="border: 1px solid black;width:auto"
ImageUrl="~/SlideShow/images/Blue hills.
Pages:
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286