ASP.Net button click event not firing

前端 未结 7 493
臣服心动
臣服心动 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 12:42

    In my case none of the events (either button or check box) were firing. I was able to overcome by this problem using following way.

    In my master page I had closed a tag referring to an external .js file with /> notation instead of .

    for Ex: chanage

    Hope this will help you, Ramesh

提交回复
热议问题