When we are working on projects, we often encounter background management interfaces, which are usually implemented using the Fram framework. On the left side of the frame is a navigation bar. The key is this navigation bar, whether to use the TreeView control or write a JS script by yourself. Use TreeView, which will affect the aesthetics. Write JS, it’s too much, and it’s troublesome. In order to not use TreeView and save the trouble of writing JS, I came up with the idea of encapsulating previously written JS scripts into Asp.Net server controls.
This control has several main points.
(a).Implementation of TypeConverter.
(b).Editor implementation.
(c).Implementation of NavMenuDesigner.
NavMenu is the control source code
NavMenu.Test is the control Demo site
Expand