Click here to Skip to main content
15,908,909 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow i set the table header cells value dynamicllay Pin
Rameez Raja22-Jul-08 19:13
Rameez Raja22-Jul-08 19:13 
AnswerRe: How i set the table header cells value dynamicllay Pin
Arindam Tewary22-Jul-08 20:41
professionalArindam Tewary22-Jul-08 20:41 
GeneralRe: How i set the table header cells value dynamicllay Pin
Rameez Raja22-Jul-08 21:08
Rameez Raja22-Jul-08 21:08 
QuestionGet all sub directories names and each sub directory contained files path Pin
Member 387988122-Jul-08 19:03
Member 387988122-Jul-08 19:03 
AnswerRe: Get all sub directories names and each sub directory contained files path Pin
Imran Khan Pathan22-Jul-08 20:05
Imran Khan Pathan22-Jul-08 20:05 
GeneralRe: Get all sub directories names and each sub directory contained files path Pin
Member 387988122-Jul-08 20:29
Member 387988122-Jul-08 20:29 
GeneralRe: Get all sub directories names and each sub directory contained files path Pin
Imran Khan Pathan22-Jul-08 20:37
Imran Khan Pathan22-Jul-08 20:37 
GeneralRe: Get all sub directories names and each sub directory contained files path Pin
Member 387988122-Jul-08 20:42
Member 387988122-Jul-08 20:42 
No still i am getting path also...,
this is the code:
DirectoryInfo dInfo = new DirectoryInfo(_path + "//");
DirectoryInfo[] dInfos = dInfo.GetDirectories();
foreach (DirectoryInfo d in dInfos)
{
label1.Text += Path.GetDirectoryName(d.FullName);
FileInfo[] fInfos = d.GetFiles();
foreach (FileInfo f in fInfos)
{
label2.Text += f.FullName;
}
}

Thanks & Regards,
NeW OnE,
please don't forget to vote on the post

JokeThis is a duplicate thread : check below Thread Different address mail sending at a time ..........."<</xml> Pin
Arindam Tewary22-Jul-08 21:07
professionalArindam Tewary22-Jul-08 21:07 
GeneralRe: Get all sub directories names and each sub directory contained files path Pin
Imran Khan Pathan22-Jul-08 21:09
Imran Khan Pathan22-Jul-08 21:09 
GeneralRe: Get all sub directories names and each sub directory contained files path Pin
Member 387988122-Jul-08 21:08
Member 387988122-Jul-08 21:08 
QuestionProblem with single sign on Pin
prashobkumar22-Jul-08 18:57
prashobkumar22-Jul-08 18:57 
QuestionDifferent address Mail sending at a time.................... Pin
Member 387988122-Jul-08 18:49
Member 387988122-Jul-08 18:49 
AnswerRe: Different address Mail sending at a time.................... Pin
Sherin Iranimose22-Jul-08 20:10
Sherin Iranimose22-Jul-08 20:10 
GeneralRe: Different address Mail sending at a time.................... Pin
Member 387988122-Jul-08 20:54
Member 387988122-Jul-08 20:54 
GeneralRe: Different address Mail sending at a time.................... Pin
Sherin Iranimose22-Jul-08 20:58
Sherin Iranimose22-Jul-08 20:58 
GeneralRe: Different address Mail sending at a time.................... Pin
Member 387988122-Jul-08 21:07
Member 387988122-Jul-08 21:07 
QuestionGet the Remote machine UserName using asp.net Pin
Karan_TN22-Jul-08 18:44
Karan_TN22-Jul-08 18:44 
AnswerRe: Get the Remote machine UserName using asp.net Pin
Sam Xavier22-Jul-08 20:58
Sam Xavier22-Jul-08 20:58 
GeneralRe: Get the Remote machine UserName using asp.net Pin
Karan_TN23-Jul-08 21:11
Karan_TN23-Jul-08 21:11 
QuestionGetting FullURL Pin
Tiger45622-Jul-08 18:28
Tiger45622-Jul-08 18:28 
AnswerRe: Getting FullURL Pin
AprNgp22-Jul-08 21:03
AprNgp22-Jul-08 21:03 
GeneralRe: Getting FullURL Pin
Tiger4563-Aug-08 18:48
Tiger4563-Aug-08 18:48 
AnswerRe: Getting FullURL Pin
Sam Xavier22-Jul-08 21:03
Sam Xavier22-Jul-08 21:03 
GeneralRe: Getting FullURL Pin
Tiger4563-Aug-08 18:52
Tiger4563-Aug-08 18:52 

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.