Hi
The drop down control of the asp.net Ajax extension is a really cool control. It shows some button on the mouse over and allows user to click on the button. Dropdown is an ASP.NET AJAX extender that can be attached to almost any ASP.NET control to provide a SharePoint-style drop-down menu.
The displayed menu is just a panel control. The dropdown gets activated on the click (Both left and right) of the attached control. There is also a cool animation effect on the mouse over of the attached control.
The dropdown extender has two main properties. The TargetControlID is the ID of the control that will show the dropdown. The DropDownControlID is the Id of the control, which will be displayed as the dropdown. This is normally a panel.
Hope this helps
Thanks
Vikram