Asp:Button inside in asp:Panel not firing

getryuiqq

New Member
Button inside asp:Panel is not firing.Code is below;\[code\] <asp:Panel 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" /> </asp:Panel>\[/code\]Please help me. I got stuck in it.
 
Back
Top