How to resolve the “Error: WebForm_DoPostBackWithOptions is not defined”?

Deadly 提交于 2019-12-19 11:43:39

问题


I have an application that is working fine at my local end but when I host it on server, not a single button's click fires. I am getting the Following error:

Error: WebForm_DoPostBackWithOptions is not defined

I don't understand why I am getting this error as I updated the bin folder Ajax dll and I have installed framework 4.0 on the server but still iI am getting that error.

I have already tried the following link: WebForm_DoPostBackWithOptions is not defined


回答1:


i had this problem before, i also did installed everything fresh , but still faced the error and that was abnormally fixed by setting the time on the server. thats bit stupid, but it worked in my case.



来源:https://stackoverflow.com/questions/11516824/how-to-resolve-the-error-webform-dopostbackwithoptions-is-not-defined

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!