Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
itemIndex がドロップダウン リストで変更されたときに発生するイベントをバブルするにはどうすればよいですか?
解決策は次の場所にあります。
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
私が知る限り不可能です - ItemCreated-command ではなく、ItemCommand にバブルアップする必要があります。したがって、イベントを処理し、datalistitem であるsenders.parent を取得する必要があります。