为什么DropDownList的SelectedIndexChanged事件触发不了 我来答 1个回答 #热议# 什么是淋病?哪些行为会感染淋病? 野猪肉前 2017-01-13 · TA获得超过318个赞 知道小有建树答主 回答量:1111 采纳率:0% 帮助的人:230万 我也去答题访问个人页 关注 展开全部 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-06-13 dropdownlist的SelectedIndexChanged事件怎么没反应 2017-06-17 为什么DropDownList的SelectedIndexChanged事件触发不了 2012-06-23 dropdownlist的selectedIndexchanged事件为什么触发不了 1 2011-12-16 现在我不论怎么选择DropDownList1中的内容,都不会激发DropDownList1_SelectedIndexChanged这个事件 1 2014-12-06 ASP.NET dropdownlist的selectedindexchanged的事件不执行 2017-09-26 aspx如何让DropDownList控件触发SelectedIndexChanged事件时不刷新页面 8 2018-03-09 dropdownlist触发事件的用法。。。 3 更多类似问题 > 为你推荐: