Posted on: 7/24/2014 11:00:19 PM | Views : 445

Problems with asp:button not working in asp:table Cell
Here is the code is aspx file;
<body> <form id="form1" runat="server"> <p style="margin-left: 0px; height: 705px; top: 0px; right: -1px; bottom: 4px; left: 1px; width: 1024px; position: absolute;" align="center"> <asp:Button ID="Button5" runat="server" Height="15px" Width="15px" onclick="Button2_Click"/> <asp:Table ID="Table1" runat="server" style="width: 100%; height: 382px;"> <asp:TableRow> <asp:TableCell> <asp:Button ID="Button2" runat="server" Height="15px" Width="15px" onclick="Button2_Click"/> </asp:TableCell> </asp:TableR ...

Go to the complete details ...