ASP.Net button click event not firing

前端 未结 7 511
臣服心动
臣服心动 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);

自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题