访问DataList.ItemCreatedCommand中的DropDownList.SelectedIndex(EventBubbling或其他解决方案)

时间:2008-11-24 09:21:47

标签: c# asp.net drop-down-menu event-bubbling

如何在下拉列表中更改itemIndex时导致事件冒泡 - 以便我可以在ItemCreatedCommand函数中使用itemindex-value?

解决方案见:

http://209.85.129.132/search?q=cache:cYDzeE8Swf0J:authors.aspalliance.com/hmcheung/Articles/030331/Default.aspx+dropdownlist+datalist+selectedindex&hl=no&ct=clnk&cd=11&gl=no&client=firefox-a

  • 但这是在VB.net中,我并没有“说”VB.net足以将其复制到C#。

1 个答案:

答案 0 :(得分:1)

据我所知,不可能 - 必须冒泡到ItemCommand,而不是ItemCreated命令。因此,让您处理事件,并获取senders.parent,这是datalistitem。