ASP.Net button click event not firing

前端 未结 7 490
臣服心动
臣服心动 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:01

    have you tried:

    ScriptManager.GetCurrent(this).RegisterAsyncPostBackControl(yourButton);

    0 讨论(0)
提交回复
热议问题