使用.Net 1.1的项目,TreeView控件不能正常显示,往往是显示一大堆的文字,那是因为脚本没有被执行造成的,需要在web.config里配置一下。
<!-- Microsoft WebControls -->
   <MicrosoftWebControls>
        <add key="CommonFiles" [B]value="/MZGD_Web/Product/webctrl_client/1_0"[/B] />  
   </MicrosoftWebControls>
注意这个MZGD_Web就是虚拟目录,确定就是项目的虚拟目录

相关文章:

  • 2022-12-23
  • 2021-09-03
  • 2021-11-05
  • 2021-09-20
  • 2021-08-31
  • 2021-11-21
  • 2021-08-22
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-29
  • 2021-09-29
  • 2022-12-23
  • 2021-09-27
  • 2021-06-01
相关资源
相似解决方案