Image button event in datalist not working
问题 the image button events are not firing am i missing something from my code the on itemcommand event doesn't trigger please help me i'm stucked in it this is my datalist code: <asp:DataList ID="DataList1" runat="server" RepeatColumns="1" RepeatDirection="Vertical" Width="100%" onitemdatabound="DataList1_ItemDataBound" onitemcommand="DataList1_ItemCommand"> <ItemTemplate> <div class="comments_pannel_top"> <h2>Highly Recommended,</h2> <p>By:<a href="#"><asp:Label ID="lblCustomerName" runat=