dropdownlist的SelectedIndexChanged事件怎么没反应 我来答 1个回答 #热议# 不吃早饭真的会得胆结石吗? 不及他笑19 2017-06-13 · TA获得超过597个赞 知道小有建树答主 回答量:354 采纳率:0% 帮助的人:179万 我也去答题访问个人页 关注 展开全部 for(int i=0;i<10;i++)this.DropDownList1.Items.Add(new ListItem(i.ToString(),"same_value"));this.DropDownList1.Attributes.Add("onchange","alert('test');"); 本回答由提问者推荐 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2016-04-04 为什么dropdownlist无法触发SelectedIndexChanged事件 2017-01-13 为什么DropDownList的SelectedIndexChanged事件触发不了 2010-10-21 C#中asp:DropDownList控件SelectedIndexChanged事件无效 2014-12-06 ASP.NET dropdownlist的selectedindexchanged的事件不执行 2017-09-26 aspx如何让DropDownList控件触发SelectedIndexChanged事件时不刷新页面 8 2011-09-05 ASP.NET dropdownlist的selectedindexchanged的事件不执行 3 2012-06-23 dropdownlist的selectedIndexchanged事件为什么触发不了 1 2009-04-10 DropDownList SelectedIndexChanged事件回发后没法选中值! 6 为你推荐: