.NET1.1中的TreeView的目录设置:
将treeview的文件和图片拷贝到项目的目录中,这样可以和项目一起打包。
这需要在文件web.config进行配置:
Treeview的文件目录配置<configSections>
Treeview的文件目录配置       
<section name="MicrosoftWebControls" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
Treeview的文件目录配置  
</configSections>
Treeview的文件目录配置  
<MicrosoftWebControls>
Treeview的文件目录配置     
<add key="CommonFiles" value="/SBTZ/webctrl_client/1_0"></add>
Treeview的文件目录配置  
</MicrosoftWebControls>

相关文章:

  • 2021-12-03
  • 2021-08-25
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2022-03-03
  • 2021-04-09
  • 2022-12-23
猜你喜欢
  • 2021-09-29
  • 2022-12-23
  • 2022-01-14
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
相关资源
相似解决方案