following code used to work before but suddenly failed. I tried inserting OnClick="Button4_Click" but that gives me a compilation error.
what is going wrong ?
what is going wrong ?
Code:
<asp:Panel runat="server" DefaultButton="Button4">
<asp:TextBox ID="TextBox1" runat="server" Width="200" Enabled="False" AutoPostBack="True"></asp:TextBox>
<asp:Button ID="Button4" runat="server" style="display:none"></asp:Button>
</asp:Panel>