【发布时间】:2010-05-03 13:22:09
【问题描述】:
我在 GridView 中有 DropDownList。现在我想为下拉列表添加事件处理程序,它会对 SelectedIndexChanged 做出反应。 我通过使用 GridView 的 RowDataBound 事件将 DropDownList 嵌套在 GridView 中。 (http://www.highoncoding.com/Articles/169_DropDownList_Inside_GridView__Method_1_.aspx) 谁能帮助我,请告诉我如何为下拉列表添加事件处理?
【问题讨论】:
标签: .net asp.net gridview drop-down-menu ascx