I currently have a page that I've been developing and testing in IE 6 and Firefox. I just recently update to IE 7 and now the button event doesn't fire.
Below is the ASP.Net declaration for the button:
<
asp:TableCell><asp:Button ID="btnAdd" Text="Add" OnClick="btnAdd_Click" runat="server" ValidationGroup="InputGroup" /></asp:TableCell>
It works fine in Firefox. It does reside inside an ajax update panle, but I've tried removing the panel and there is no postback when the button is clicked. The site is currently being ran locally from my machine.
Has anyone had similar problem to this?