Beyond that you just need the Slider extender itself.
CHAPTER 8 ?– USING THE ASP.NET AJAX CONTROL TOOLKIT (PART 2) 197 Text="0" />
|
|
Width="30" />
|
TargetControlID="Slider1"
BoundControlID="Slider1BoundControl"
Orientation="Horizontal"
EnableHandleAnimation="true"
TooltipText="Slider: value {0}. Please slide to change value." />
In this case, we have chosen Horizontal for the Orientation property of the Slider
extender as opposed to Vertical. In this particular example, the EnableHandleAnimation
property is set to True, thus providing smoother slides as the user changes the values. You
can also use the ToolTipText property to display a message to the users when they hover
over the target TextBox control. Figure 8-15 shows the Slider extender in action.
Pages:
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284