Reputation: 273
There is an very cool tree list type in sitecore.
how could i use it like a control and set it in my asp.net page?
Also need to know how to set the source of that control and also need to get what user selected.
Upvotes: 1
Views: 659
Reputation: 4823
If you want the control Sitecore is using to build a custom Treelist you should consider getting a license for Telerik controls. Sitecore uses mostly Telerik controls to get the UI they have on the backend. They use the RadTreeList for their content tree.
http://demos.telerik.com/aspnet-ajax/treelist/examples/overview/defaultcs.aspx
Any additional questiom you've asked in your question are answered on the Telerik demo environment.
Upvotes: 1