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.
asp:DropDownList を含む asp:Repeater があります。リピーターの DropDownLists は、変更されたかどうかに関係なく、すべてのポストバックで SelectedIndexChanged イベントを発生させます。
これは ASP.NET の既知の問題ですか? それを回避する方法を知っていますか?
この回避策を見つけましたが、可能であればもっときれいなものが欲しいです。
ああ、私はそれを見つけました - コード ビハインドでイベント ハンドラーを追加していましたが、ASP.NET マークアップの asp:DropDownList コントロールの OnSelectedIndexChanged 属性に移動すると、すべてが正しく動作し始めました。