ASP.Net button click event not firing

前端 未结 7 507
臣服心动
臣服心动 2021-01-06 11:59

This is perhaps related to this question, but I have slightly more information.

I recently updated an ASP.Net application to .NET 3.5 after coding a few new pieces w

7条回答
  •  南笙
    南笙 (楼主)
    2021-01-06 13:00

    My initial thought would be that something is happening where the javascript is erroring out (un-caught) and aborting the async postback.

    If you can get this to happen in a development environment, you might want to try error handling the window.onerror event and throwing some alert boxes up. It might help to see where possible errors occur.

提交回复
热议问题