【发布时间】:2013-08-20 22:23:08
【问题描述】:
在我的 asp.net 页面上,我有几个 DropDownLists。 我也有中继器。
在ItemDataBound事件中我想获取这些DropDownLists的值,来改变Repeater中的数据。这些 DropDownLists 的 SelectedValue 为空。 但是在 ItemDataBound 之后,Page_Load 被执行。在那里我可以获得这些 DropDownLists 的值。
有没有办法在ItemDataBound执行时获取值。
谢谢!
菲利普
【问题讨论】:
标签: asp.net drop-down-menu repeater itemdatabound