用Dropdownlist和checkboxlist链接,实现在checkboxlist中显示dropdownlist所选择的目录下的所有内容!

2025-01-04 09:06:20
推荐回答(1个)
回答1:

2级联??
在前台加入 AutoPostBack和DropDownList1_SelectedIndexChanged方法



后台
protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
{
//绑定checkboxlist方法
}

不知道你是否看懂了 如果还有问题给我留言