Hi,
Is there a way for ASP.Net TreeView Control to have multiple selections in web application? But I am not talking about its checked boxes and not in windows application and also not any custom treeview control.
I want a way similar to ListView with MultiSelect = True. So I can use [Ctrl] or [Shift] key and click to make multiple selections. Then when I simply click one item, all previous selections are gone.
Is there a way for ASP.Net TreeView Control to have multiple selections in web application? But I am not talking about its checked boxes and not in windows application and also not any custom treeview control.
I want a way similar to ListView with MultiSelect = True. So I can use [Ctrl] or [Shift] key and click to make multiple selections. Then when I simply click one item, all previous selections are gone.