c# - any asp.net control for displaying directory structure and bookmarking files location? -


i need control use in asp.net mvc browsing imported directory structure selecting files able setup bookmarks on 1 side quick access. have seen such control in devexpress without bookmarking option, has seen such feature somewhere? thanks

for simple solution recommend usage of treeview.

addons bookmarking option, can written yourself.

tutorials treeviews can found on web. here's example: http://www.codeproject.com/tips/696985/how-to-create-treeview-in-mvc


Comments

Popular posts from this blog

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -