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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -