NET AJAX CONTROL TOOLKIT (PART 1) 162
TargetControlID="TextLabel"
DropDownControlID="DropPanel" />
So, in this case, the drop-down list items are LinkButton controls held within a Panel
control and not an ASP.NET DropDownExtender control??”a perfect example of the flexibility
of this extender control.
Summary
The ASP.NET AJAX Control Toolkit is a fantastic add-on to the UI control arsenal of any
ASP.NET developer. It contains a number of very useful and attractive controls that can
leverage the existing ASP.NET server controls and are relatively easy to implement. This
toolkit is available with many samples as well as the full source code allowing developers
to customize it even further.
In the next chapter, we??™ll continue to tour through the various other controls in the
ASP.NET AJAX Control Toolkit.
CHAPTER 7 ?– USING THE ASP.NET AJAX CONTROL TOOLKIT (PART 1) 163
Using the ASP.NET AJAX Control
Toolkit (Part 2)
In the previous chapter, you were introduced to some of the controls in the ASP.NET
AJAX Control Toolkit. As mentioned before, this package is readily available on
http://ajax.
Pages:
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239