GridView RowCommand Event is firing twice in UpdatePanel
问题 I am facing a strange problem for last 2 days. My gridview's rowcommand event is firing twice when used inside the UpdatePanel. If I use it outside the update panel. It works as expected. Can anyone guide me how to solve this problem. My sample code is below : ASPX <asp:UpdatePanel ID="upDescription2" runat="server" UpdateMode="Conditional"> <Triggers> <asp:AsyncPostBackTrigge`enter code here`r ControlID="ddlDescription1" EventName="SelectedIndexChanged" /> </Triggers> <ContentTemplate> <asp