M
Mark Rae
Hi,
Just looking for some advice and/or recommendations here.
Scenario is corporate private intranet, ASP.NET 2 on Win2K3S, SQL Server
2005, WinXP + IE6 on all client desktops.
Client has a folder structure on a separate file server (which the IIS box
can see) containing many corporate documents (in PDF format) arranged in
subfolders e.g.
<root>
Committees
Compliance
Meetings
20060901
Agenda.pdf
Minutes.pdf
20061001
Agenda.pdf
Minutes.pdf
etc - fairly standard corporate stuff.
They want to make these files available for viewing on the corporate
intranet in a way which resembles Windows Explorer as closely as possible
i.e.
page split into two panes
left pane contains hierarchical folder structure
clicking on a folder in the left pane displays that folder's contents
(subfolders and files) in the right pane
right pane's contents can be sorted by file / folder name, last written date
etc
clicking on a file in the right pane opens the associated PDF
file system is entirely read-only
I'm thinking this wouldn't present too much of a challenge with a
<asp:TreeView> in the left pane and a <asp:GridView> in the right pane, but
am interested to know if anyone has a better solution.
Any assistance gratefully received.
Mark
Just looking for some advice and/or recommendations here.
Scenario is corporate private intranet, ASP.NET 2 on Win2K3S, SQL Server
2005, WinXP + IE6 on all client desktops.
Client has a folder structure on a separate file server (which the IIS box
can see) containing many corporate documents (in PDF format) arranged in
subfolders e.g.
<root>
Committees
Compliance
Meetings
20060901
Agenda.pdf
Minutes.pdf
20061001
Agenda.pdf
Minutes.pdf
etc - fairly standard corporate stuff.
They want to make these files available for viewing on the corporate
intranet in a way which resembles Windows Explorer as closely as possible
i.e.
page split into two panes
left pane contains hierarchical folder structure
clicking on a folder in the left pane displays that folder's contents
(subfolders and files) in the right pane
right pane's contents can be sorted by file / folder name, last written date
etc
clicking on a file in the right pane opens the associated PDF
file system is entirely read-only
I'm thinking this wouldn't present too much of a challenge with a
<asp:TreeView> in the left pane and a <asp:GridView> in the right pane, but
am interested to know if anyone has a better solution.
Any assistance gratefully received.
Mark