Tagged Questions

1
vote
3answers
944 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> ...
0
votes
3answers
2k views

asp.NET LinkButton not working in Google Chrome

I have a page with several linkbuttons, and all of them is not working in Google Chrome. They are working well in IE and Firefox. Chrome Inspector can find the linkbutton and it has a ...