Button inside aspanel is not firing.Code is below;\[code\] <aspanel ID="pnlMainBoxProfilProfil" ClientIDMode="Static" runat="server" > <asp:TextBox ID="txtProfilSoyadi" runat="server"></asp:TextBox> <asp:Button Text="Kaydet" runat="server" ID="btnProfilGuncelle" OnClick="btnProfilGuncelle_Click" /> </aspanel>\[/code\]Please help me. I got stuck in it.