bobwysocki
Programmer
Hello,
I've been searching to no avail on the web to find a solution to this problem. Hopefully someone here can help.
I have a aspx content page that has a single LinkButton. The master page also has a handful of links, and ScriptManager calls to load some JavaScript libraries such as jQuery.
In Firefox, if I rapidly keep clicking on the linkbutton .NET will come up with an "Invalid postback or callback argument" error. This error does not seem to happen when I test in IE8. Normal single clicks on the linkbutton work great, but it's when I click on the button repeatedly while the page is in the process of posting back that I run into trouble.
I'd appreciate any help you can give. Thanks!
I've been searching to no avail on the web to find a solution to this problem. Hopefully someone here can help.
I have a aspx content page that has a single LinkButton. The master page also has a handful of links, and ScriptManager calls to load some JavaScript libraries such as jQuery.
In Firefox, if I rapidly keep clicking on the linkbutton .NET will come up with an "Invalid postback or callback argument" error. This error does not seem to happen when I test in IE8. Normal single clicks on the linkbutton work great, but it's when I click on the button repeatedly while the page is in the process of posting back that I run into trouble.
I'd appreciate any help you can give. Thanks!