Tagged Questions
1
vote
3answers
991 views
LinkButton's OnClick does not fire in IE8
The following works just fine in Chrome.
<asp:LinkButton runat="server" ID="lbEdit" OnClick="lbEdit_Click">
<button type="button" class="edit">
Edit
</button>
...