我有一个下拉菜单,用于填充页面加载事件。privatevoidFillSponsor(){ddlSponsor.DataSource=Db.VCT_SPONSORs.Where(x=>x.IS_ACTIVE.GetValueOrDefault()&&x.IS_APPROVED.GetValueOrDefault());ddlSponsor.DataBind();}现在我想要的是将其他下拉列表与上述下拉列表的第一个值绑定(bind)。我的第二个下拉菜单是:protectedvoidddlSponsor_SelectedIndexChanged(objectsender,EventArgs