Home All Groups Group Topic Archive Search About

Windows Explorer style custom control for web

Author
13 Apr 2005 7:59 PM
sri_san
Hello,
      I am trying to develop a aspx page which would have the
capability to upload images/media files(.mp3/.avi) and have a
hierarchial structure(like the windows explorer) displaying  the list
of files,folders.  This page could be used at multiple places. Hence,
need to communicate between the parent page and this page(assuming this
is going to be a popup window). Unable to figure out where to start
from. Any pointers with an outline or similar kind of control out there
would be great!!

Thanks in advance,
Sam.

Author
14 Apr 2005 10:21 AM
Kannan.V [MCSD.net]
hi sri..

how about the IEWebcontrols, they provide you with TreeView, Tab, Toolbar
and multipage controls, i guess thats what exactly u meant.

Checkout all u wanted to know about the Ie Web controls here.
http://msdn.microsoft.com/library/default.asp?url=/workshop/webcontrols/overview/overview.asp

You can download them here -
http://www.asp.net/IEWebControls/Download.aspx?tabindex=0&tabid=1

Regds
Kannan.V

Show quoteHide quote
"sri_***@mailcity.com" wrote:

> Hello,
>       I am trying to develop a aspx page which would have the
> capability to upload images/media files(.mp3/.avi) and have a
> hierarchial structure(like the windows explorer) displaying  the list
> of files,folders.  This page could be used at multiple places. Hence,
> need to communicate between the parent page and this page(assuming this
> is going to be a popup window). Unable to figure out where to start
> from. Any pointers with an outline or similar kind of control out there
> would be great!!
>
> Thanks in advance,
> Sam.
>
>