且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

ASP.NET中的JavaScript菜单

更新时间:2023-10-07 11:28:22

我用这个:

http://www.youngpup.net/projects/transmenus/ [ http://75.11.0.157/homenet/default.aspx [
I use this one:

http://www.youngpup.net/projects/transmenus/[^]

I may write an article about how to get it into a .Net web site this weekend. Until then, you can see my implementation in action if you go here:

http://75.11.0.157/homenet/default.aspx[^]

I modified the original code a bit to improve reliability.


在这种情况下,为简单起见,我将使用web.sitemap文件以所需格式布置条目(以及以及您需要控制访问权限的任何权限).然后,我将使用ASP.NET菜单控件并应用 CSS控件适配器 [此处 [
For simplicity in this case, I''d use a web.sitemap file to lay out the entries in the format you want (along with any permissions you need to control access). Then, I''d use the ASP.NET menu control and apply the CSS Control Adapter[^] to convert the table based layout into a much more friendly JavaScript/CSS version. There''s some detail on how to use the adapter here[^].


wt是CSS控件适配器?
你能给我链接吗
wt is CSS Control Adapter??
can u give me link for reference