jpg"
AlternateText="Blue Hills image" />
"slideDescription" />???
CHAPTER 8 ?– USING THE ASP.NET AJAX CONTROL TOOLKIT (PART 2) 199
Font-Size="Larger" />
Font-Size="Larger" />
Font-Size="Larger" />
TargetControlID="Image1"
SlideShowServiceMethod="GetSlides"
AutoPlay="true"
ImageTitleLabelID="imageTitle"
ImageDescriptionLabelID="imageDescription"
NextButtonID="nextButton"
PlayButtonText="Play"
StopButtonText="Stop"
PreviousButtonID="prevButton"
PlayButtonID="playButton"
Loop="true" />
The TargetControlID of this extender is set to an ASP.NET Image control, which starts
off the slide show with the initial image. The AutoPlay and Loop properties set to True start
the slide show immediately and instruct it to loop through the images (as provided by the
web service) again and again.
Pages:
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287