Does anyone have any clue why a code behind function would work in Firefox but not in IE.
It seems that the client side wouldn’t effect what’s going on in the code behind.
Does anyone have any clue why a code behind function would work in Firefox
Share
Event handling in the code behind of a
WebFormis triggered by a posting of data. Depending on the control, how that posting gets triggered can differ. Sometimes it’s done through JavaScript. So here’s a few things to check for:If you post some more specifics or your code, we should have a better idea of what’s going on.