新建网站,页面上放置ScriptManager1,UpdatePanel1,UpdatePanel1中放一个dropdownlist,并设置autopostback=true,运行,此时updatepanel生效,页面异步回发。在web.config的<sys.web>节增加<xhtmlConformance mode="Legacy"/>,update失效,<xhtmlConformance mode="Transitional"/>时,生效。

 

困扰了N久的问题,解决了!操!

原因待查

相关文章:

  • 2021-05-31
  • 2022-12-23
  • 2021-10-14
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-03-08
  • 2022-12-23
  • 2021-11-03
  • 2022-12-23
  • 2021-09-16
  • 2022-02-08
  • 2022-01-27
相关资源
相似解决方案