1

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?

warren
  • 32,620
  • 21
  • 85
  • 124

1 Answers1

0

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.

Community
  • 1
  • 1
usr4896260
  • 1,427
  • 3
  • 27
  • 50