Button Click in a TableCell never fires and table disappears
问题 I my A SP.NET Webforms app, I have a table in which I add all data dynamically. One row contains Buttons in each cell. I want the button to fire onclick event when the user clicks on it. But, with the below code, the event never fires and the table disappears. Here's the code : <asp:Table ID="floorTable" runat="server" Width="100%" GridLines="Both"> </asp:Table> In Code behind // This method is called on a DropDownList SelectedItemChanged Event - so // the buttons cannot be created in Page