Recaptcha disappears during PostBack
I have seen a couple of other posts on here regarding the use of Recaptcha with ASP.net UpdatePanels but have not yet found an answer that solves my problem. Here is my ASPX code : <asp:UpdatePanel ID="updRecaptcha" runat="server" UpdateMode="Always"> <ContentTemplate> <recaptcha:RecaptchaControl ID="btnrecaptcha" runat="server" Theme="clean" PrivateKey"<%$ Resources: General, CaptchaPrivateKey %>" PublicKey="<%$ Resources: General, CaptchaPublicKey %>" /> <asp:Label ID="recaptchaerror" runat="server" style="color: Red;"/> </ContentTemplate> </asp:UpdatePanel> So the Recaptcha control lives