Jquery treeview via asp.net
How can I populate a jQuery Treeview via asp.net?
And then afterwards populate access to Text and Value of selected node Treeview at clients开发者_如何学Pythonide?
JsTree is a great plugin to use to populate tree views. It's simple and uses jQuery. For more information on how to get it working with asp, please refer to this. I was able to populate the treeviews using HTMLGenericControls
and ASP Repeater
.
精彩评论