Click here to Skip to main content
15,918,050 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Adding UserControl to Page Pin
Stevo Z5-Jan-08 22:48
Stevo Z5-Jan-08 22:48 
GeneralXML Bulk Insert Question Pin
archangel7173-Jan-08 6:25
archangel7173-Jan-08 6:25 
QuestionRandom Form Pin
Mr. Wonderful3-Jan-08 6:13
Mr. Wonderful3-Jan-08 6:13 
GeneralRe: Random Form Pin
Christian Graus3-Jan-08 10:38
protectorChristian Graus3-Jan-08 10:38 
GeneralDisable radio button Pin
kjosh3-Jan-08 5:49
kjosh3-Jan-08 5:49 
GeneralRe: Disable radio button Pin
Not Active3-Jan-08 6:26
mentorNot Active3-Jan-08 6:26 
Questionfiltering data into two dropDown List accrosse two pages or More ! [modified] Pin
Mr. Wonderful3-Jan-08 5:42
Mr. Wonderful3-Jan-08 5:42 
QuestionQuestion about listing directories from client machine [modified] Pin
TechnoSpike3-Jan-08 4:41
TechnoSpike3-Jan-08 4:41 
Hi to all. I've been trying to find a way of resolving a problem I have and I can't quite figure it out how to do it. Sigh | :sigh:

I would like to achieve the following: I want to be able to list the directories (and subdirectories) of the hard drive of an user local machine, when he access a web page, displayed in a treeview, like a kind of XP File Explorer.

Is this possible, at all? If it is, how can I achieve this? Can I make this using "regular" asp.net, or "hell no!"? I'm asking this because I really can't seem to understand how I could list the folders of the client hardrive. For example, I can't run a command like this

Dim drives As String() = Directory.GetLogicalDrives()

in a way that it lists the drives of the PC of the client that is accessing the webpage, can I?

If this can't be done by "regular" code, how could I do it? ActiveX? Ajax? I haven't worked with any of these technologies so I'm really just wondering here...Confused | :confused:

At this point I don't even care if I can already put the directories in a treeview or not... I would just be happy to know a way to just print the list of directories.

I would appreciate if somebody could please direct me to a direction, an article or something that would enlighten me on what and how to do this.
Thanks in advance.

TechnoSpike

modified on Thursday, January 03, 2008 12:25:09 PM

GeneralRe: Question about listing directories from client machine Pin
Colin Angus Mackay3-Jan-08 5:08
Colin Angus Mackay3-Jan-08 5:08 
GeneralRe: Question about listing directories from client machine Pin
TechnoSpike3-Jan-08 5:34
TechnoSpike3-Jan-08 5:34 
GeneralRe: Question about listing directories from client machine Pin
Colin Angus Mackay3-Jan-08 5:51
Colin Angus Mackay3-Jan-08 5:51 
GeneralRe: Question about listing directories from client machine Pin
TechnoSpike3-Jan-08 6:05
TechnoSpike3-Jan-08 6:05 
GeneralRe: Question about listing directories from client machine Pin
Colin Angus Mackay3-Jan-08 8:13
Colin Angus Mackay3-Jan-08 8:13 
GeneralStatic Classes Pin
Civic063-Jan-08 3:11
Civic063-Jan-08 3:11 
GeneralRe: Static Classes Pin
Colin Angus Mackay3-Jan-08 3:47
Colin Angus Mackay3-Jan-08 3:47 
GeneralRe: Static Classes Pin
Civic063-Jan-08 4:00
Civic063-Jan-08 4:00 
GeneralRe: Static Classes Pin
Colin Angus Mackay3-Jan-08 4:24
Colin Angus Mackay3-Jan-08 4:24 
QuestionI want to retrive the name of user who is accessing the file Pin
Abhijit Jana3-Jan-08 2:43
professionalAbhijit Jana3-Jan-08 2:43 
GeneralRe: I want to retrive the name of user who is accessing the file Pin
Michael Sync3-Jan-08 15:13
Michael Sync3-Jan-08 15:13 
QuestionA Big Problem In Frame application.... Pin
SubramanyamR3-Jan-08 2:22
professionalSubramanyamR3-Jan-08 2:22 
GeneralRe: A Big Problem In Frame application.... Pin
Vasudevan Deepak Kumar3-Jan-08 3:41
Vasudevan Deepak Kumar3-Jan-08 3:41 
GeneralProblems in File download Pin
satyaki mishra3-Jan-08 1:25
satyaki mishra3-Jan-08 1:25 
GeneralRe: Problems in File download Pin
Abhijit Jana3-Jan-08 2:30
professionalAbhijit Jana3-Jan-08 2:30 
QuestionRe: Problems in File download Pin
Vasudevan Deepak Kumar3-Jan-08 3:33
Vasudevan Deepak Kumar3-Jan-08 3:33 
Questionhow to convert a string date to date in the format of dd/MM/yyyy Pin
jagan1233-Jan-08 1:24
jagan1233-Jan-08 1:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.