Inconsistent LinkButton PageMethod behavior in different browsers
I have a LinkButton on a page that performs a post-back, but also has an onClientClick event. The idea is to set some session variables in the background from client-side data (don't ask). I've placed a break point in the web method to step through our code, and what we're experiencing is that depending on the browser, the PageMethods may return a success message, failure message, or no message at all . Additionally, the web method may or may not get called, regardless of the PageMethods result. Here's a handy little chart of our results: Browser PageMethods WebMethod -------------- ----------