RequiredFieldValidator Working Oddly in Update Panel
I've got an update panel with a textbox and a requiredfieldvalidator and a couple of buttons. On pageload, you see a label and a button. On button press, the textbox and validator display (along with the other button). The basic change in display works fine. However, my validator (which is set to be dynamic) displays its error message, even if the textbox is populated. Provided that the textbox is populated, pressing the submit button does actually work, but there's obviously something not quite right with my code. <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <% If