gh,
you can create a treeview and display the files in expandable treenodes, you
just need to iterate all the subfolders and their contents and bring them
back in a collection or other structure (like a dataset) that can be
databound to the treeview control.
Unfortunately, the only way you will ever get drag-drop functionality for
the downloads is with an ActiveX control. The users will need to download a
selected file by clicking on a hyperlink that points to the file on the
webserver.
--Peter
"Inside every large program, there is a small program trying to get out."
http://www.eggheadcafe.com
http://petesbloggerama.blogspot.com
http://www.blogmetafinder.com
> Alexey:
>
[quoted text clipped - 14 lines]
> >
> > An example: http://aspnet.4guysfromrolla.com/articles/052803-1.aspx
Alexey Smirnov - 04 Dec 2007 21:29 GMT
On Nov 30, 4:20 pm, Peter Bromberg [C# MVP]
<pbromb...@yahoo.NoSpamMaam.com> wrote:
> gh,
>
[quoted text clipped - 31 lines]
>
> - Show quoted text -
gh, I agree with Peter and in addition, I see no advantage having it.
Drag-n-drop is not as common on the web as on desktop environments.