ASP.NET: Wrong event is fired when I click a LinkButton
问题 I have a "cart" Repeater , where every item has a couple of controls in it. The ones we're focusing on are two DropDownLists , a LinkButton and a TextBox . The lists are on one validation group and the button & textbox are on another. Both lists have an OnSelectedIndexChanged event handler which does some calculations based on the selections in both DropDownLists . Both lists also have AutoPostBack="True" . The button has an OnClick handler which also does some calculations according to the