在asp.net中怎样作下拉式菜单(50分)

  • 主题发起人 主题发起人 yanghai0437
  • 开始时间 开始时间
Y

yanghai0437

Unregistered / Unconfirmed
GUEST, unregistred user!
在asp.net中怎样作下拉式菜单
我用Coalesys.WebMenu.dll作菜单,但是不知道怎样安装Coalesys.WebMenu.dll the Assembly
我的英文太差了
Installing the Assembly
The WebMenu for ASP.NET Assembly can be found in the product installation directory and is named "Coalesys.WebMenu.dll". To use the WebMenu for ASP.NET assembly, you must transfer this file to an appropriate location on the ASP.NET server. The assembly can also be added to the Visual Studio.NET toolbox using this file.
The Application /bin Directory
Each Web Application developed in ASP.NET has a local /bin directory where assemblies can be placed and used exclusively by the application. ASP.NET pages can then
use the assembly by including the @Register directive:
<%@ Register TagPrefix="cswm" Namespace="Coalesys.WebMenu" Assembly="Coalesys.WebMenu" %>
The Global Assembly Cache
The Global Assembly Cache (GAC) is .NET's central repository of assemblies on a machine. Only assemblies that have strong names (like WebMenu) can be installed to the GAC. An assembly in the GAC can then
be used by any .NET application.
The GAC can be found in the Windows/Assembly folder. Drag "Coalesys.WebMenu.dll" to this folder to add WebMenu to the GAC.
Once in the GAC, an assembly can be used in an ASP.NET page using it's complete information in the @Register directive:
<%@ Register TagPrefix="cswm" Namespace="Coalesys.WebMenu" Assembly="Coalesys.WebMenu, Version=1.2.56.0, Culture=neutral, PublicKeyToken=3c85914aca6a0634" %>

 
网上有很多现成的东西,搜索一下吧,自己做多累。
 
我就是找不到,才请求帮忙的
 
有现成的webmenu控件!
 
有现成的webmenu控件!????/
在哪儿?
 
你如果需要,请提供你的信箱!
 
to:command_zhao
谢谢
yanghai0437@sina.com
我希望有源码和例程
 
文件比较大,请接收!
 
我已经收到,不过你的就是我说的“下拉式网页菜单生成器”中的吧
我的“下拉式网页菜单生成器”压缩包解压后就有你给的那两个文件,
你还是告诉我怎样用吧?不好意思,我才开始学asp.net
 
我希望是有源码的,谢谢
 
多人接受答案了。
 
后退
顶部