功能
        可以附加到 任何的ASP.NET控件中,让其有下拉菜单,而菜单可以是另外一个Panel或是其他控件。
属性:        
TargetControlID :需要附加下拉菜单的控件ID值。
DropDownControlID :将要显示动态下拉菜单的Panel控件ID值。
实例代码:
    
DropDown控件<html xmlns="http://www.w3.org/1999/xhtml">
DropDown控件
<head runat="server">
DropDown控件    
<title>DropDown控件</title>

运行结果:
DropDown控件
点击这个菜单后:
DropDown控件

相关文章: