I have an application that works fine on localhost but when deploying to a new server, all postback events don't work anymore. ie. a button clicked but the page just refreshes, instead of doing something in postback. This happes to every pages that has postback events. And it only happens on IE. Firefox is fine. Does anyone know why?
No postback but refresh
Collapse
X
-
You did copy the dlls out to your new server correct? I was say this is definitely your problem but you say it works on Firefox. Have you tried deleting your temporary internet files in IE? If not, close your web application then delete the temp internet files. Then reopen your web app again.
Nathan
Comment