Click here to Skip to main content
15,881,281 members
Home / Discussions / C#
   

C#

 
AnswerRe: Help here...allow the files display randomly Pin
Tamimi - Code2-Apr-07 22:34
Tamimi - Code2-Apr-07 22:34 
GeneralRe: Help here...allow the files display randomly Pin
Missy Glory2-Apr-07 23:02
Missy Glory2-Apr-07 23:02 
GeneralRe: Help here...allow the files display randomly Pin
joon vh.2-Apr-07 23:23
joon vh.2-Apr-07 23:23 
GeneralRe: Help here...allow the files display randomly Pin
Stefan Troschuetz3-Apr-07 0:00
Stefan Troschuetz3-Apr-07 0:00 
GeneralRe: Help here...allow the files display randomly Pin
joon vh.3-Apr-07 0:02
joon vh.3-Apr-07 0:02 
QuestionUpload multiple *.txt to remote server Pin
lygine ng lee chuang2-Apr-07 22:06
lygine ng lee chuang2-Apr-07 22:06 
AnswerRe: Upload multiple *.txt to remote server Pin
lygine ng lee chuang2-Apr-07 22:14
lygine ng lee chuang2-Apr-07 22:14 
AnswerRe: Upload multiple *.txt to remote server Pin
blackjack21502-Apr-07 22:45
blackjack21502-Apr-07 22:45 
Use Directory.GetFiles() method to get the paths of all the files in a folder.
After that you can use Path.GetFileName() to get the name of each file.
GeneralRe: Upload multiple *.txt to remote server Pin
lygine ng lee chuang2-Apr-07 22:54
lygine ng lee chuang2-Apr-07 22:54 
GeneralRe: Upload multiple *.txt to remote server Pin
blackjack21503-Apr-07 21:09
blackjack21503-Apr-07 21:09 
GeneralRe: Upload multiple *.txt to remote server Pin
Martin#3-Apr-07 21:41
Martin#3-Apr-07 21:41 
QuestionHow to convert XML Datatype in SQL to C# Pin
srivatsan242-Apr-07 21:51
srivatsan242-Apr-07 21:51 
AnswerRe: How to convert XML Datatype in SQL to C# Pin
originSH3-Apr-07 0:38
originSH3-Apr-07 0:38 
GeneralRe: How to convert XML Datatype in SQL to C# Pin
srivatsan243-Apr-07 1:04
srivatsan243-Apr-07 1:04 
GeneralRe: How to convert XML Datatype in SQL to C# Pin
kubben3-Apr-07 2:31
kubben3-Apr-07 2:31 
GeneralRe: How to convert XML Datatype in SQL to C# Pin
originSH3-Apr-07 2:33
originSH3-Apr-07 2:33 
QuestionReading from a network stream problem Pin
ctoma20052-Apr-07 21:44
ctoma20052-Apr-07 21:44 
AnswerRe: Reading from a network stream problem Pin
WillemM3-Apr-07 1:18
WillemM3-Apr-07 1:18 
QuestionHow I can find out the assembly is COM server or not? Pin
Vlad~2-Apr-07 21:30
Vlad~2-Apr-07 21:30 
QuestionHow to delete a Row in a Text "CSV" file? [modified] Pin
Khoramdin2-Apr-07 21:22
Khoramdin2-Apr-07 21:22 
AnswerRe: How to delete a Row in a Text "CSV" file? Pin
WillemM3-Apr-07 1:23
WillemM3-Apr-07 1:23 
GeneralRe: How to delete a Row in a Text "CSV" file? [modified] Pin
Khoramdin3-Apr-07 5:35
Khoramdin3-Apr-07 5:35 
QuestionError on DataAdapter.Fill() Pin
JacquesDP2-Apr-07 20:56
JacquesDP2-Apr-07 20:56 
AnswerRe: Error on DataAdapter.Fill() Pin
CPallini2-Apr-07 21:20
mveCPallini2-Apr-07 21:20 
GeneralRe: Error on DataAdapter.Fill() Pin
JacquesDP2-Apr-07 21:31
JacquesDP2-Apr-07 21:31 

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.