Click here to Skip to main content
15,921,697 members
Home / Discussions / C#
   

C#

 
QuestionRe: level of run in win XP Pin
Nader Elshehabi3-Oct-06 4:12
Nader Elshehabi3-Oct-06 4:12 
AnswerRe: level of run in win XP Pin
bspman3-Oct-06 6:43
bspman3-Oct-06 6:43 
GeneralRe: level of run in win XP Pin
Dave Kreskowiak3-Oct-06 9:15
mveDave Kreskowiak3-Oct-06 9:15 
GeneralRe: level of run in win XP Pin
Nader Elshehabi3-Oct-06 10:20
Nader Elshehabi3-Oct-06 10:20 
AnswerRe: level of run in win XP Pin
Thomas Stockwell3-Oct-06 14:50
professionalThomas Stockwell3-Oct-06 14:50 
Questionxml export to excell in c# [modified] Pin
Support1233-Oct-06 3:41
Support1233-Oct-06 3:41 
AnswerRe: xml export to excell in c# Pin
Nader Elshehabi3-Oct-06 4:04
Nader Elshehabi3-Oct-06 4:04 
QuestionAgain -recursively search directories Pin
iamnew2C#3-Oct-06 3:13
iamnew2C#3-Oct-06 3:13 
mejojo-
Thank you for your response. I forgot to specify we have not upgraded to the 2.0 framework. We are on 1.1 System.IO.SearchOption opt = System.IO.SearchOption.AllDirectories; does not seem to work.
My first attempt(b4 the post) was
DirectoryInfo di = new DirectoryInfo(@"C:\Temp");

foreach(DirectoryInfo file in di.GetDirectories())

{
Response.Write("File Info \""+file.FullName+"\""+"
");
}
But this does not go into subdirectiories. Can some one help?

What is the best option for displaying the result set to the web, DataGrid? Instead of Console.WriteLine what would I use for the web? From what I was told I a console app is done the same way from a Web App (ASP.NET) but Console.WriteLine does not display my result set.


Thanks in advance.

AnswerRe: Again -recursively search directories Pin
Nader Elshehabi3-Oct-06 4:18
Nader Elshehabi3-Oct-06 4:18 
AnswerRe: Again -recursively search directories Pin
Eric Dahlvang3-Oct-06 4:23
Eric Dahlvang3-Oct-06 4:23 
GeneralHelp - Displayin the ResultsRe: Again -recursively search directories Pin
iamnew2C#3-Oct-06 5:58
iamnew2C#3-Oct-06 5:58 
GeneralRe: Help - Displayin the ResultsRe: Again -recursively search directories Pin
LongRange.Shooter3-Oct-06 7:29
LongRange.Shooter3-Oct-06 7:29 
Questiontimeout connection Pin
PaulaM3-Oct-06 2:45
PaulaM3-Oct-06 2:45 
AnswerRe: timeout connection Pin
Rob Philpott3-Oct-06 2:56
Rob Philpott3-Oct-06 2:56 
QuestionOn form's Close Application is not stopping Pin
subrata.jana3-Oct-06 2:35
subrata.jana3-Oct-06 2:35 
AnswerRe: On form's Close Application is not stopping Pin
Nader Elshehabi3-Oct-06 2:38
Nader Elshehabi3-Oct-06 2:38 
Questionstring operations Pin
Vipin.d3-Oct-06 1:50
Vipin.d3-Oct-06 1:50 
AnswerRe: string operations Pin
Nader Elshehabi3-Oct-06 2:05
Nader Elshehabi3-Oct-06 2:05 
GeneralRe: string operations Pin
Rob Philpott3-Oct-06 2:58
Rob Philpott3-Oct-06 2:58 
AnswerRe: string operations Pin
Stefan Troschuetz3-Oct-06 2:09
Stefan Troschuetz3-Oct-06 2:09 
AnswerRe: string operations Pin
LongRange.Shooter3-Oct-06 7:37
LongRange.Shooter3-Oct-06 7:37 
GeneralRe: string operations Pin
Vipin.d4-Oct-06 2:09
Vipin.d4-Oct-06 2:09 
QuestionMake tablerows invisible Pin
tadhg883-Oct-06 0:55
tadhg883-Oct-06 0:55 
AnswerRe: Make tablerows invisible Pin
Rob Philpott3-Oct-06 3:03
Rob Philpott3-Oct-06 3:03 
GeneralRe: Make tablerows invisible Pin
tadhg883-Oct-06 3:10
tadhg883-Oct-06 3:10 

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.