How can I populate a jQuery Treeview via asp.net?
And then afterwards populate access to Text and Value of selected node Treeview at clientside?
How can I populate a jQuery Treeview via asp.net?
And then afterwards populate access to Text and Value of selected node Treeview at clientside?
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
.