为TreeView的节点添加右键菜单(Add ContextMenu to ASP.NET TreeView)
为ASP.NET的TreeView控件添加右键菜单,一些不错的文章和例子,有时间翻译一下
Based on my exprience, use a DIV as context menu is more suitable for your scenario, and there has some good articles talk about the menus on TreeView control:
Context Menus on the TReeView - IE Specific
http://blogs.msdn.com/jdixon/articles/509700.aspx
Context Menu on TreeView
http://dotnetslackers.com/articles/aspnet/ContextMenuOnTreeView.aspx
TreeView with ContextMenu using AJAX.NET
http://www.codeproject.com/KB/ajax/AJAXTreeviewContextMenu.aspx
If I’ve misunderstood the facing problem, please feel free to let me know.
Thanks.