Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
AnswerRe: import csv. Read not a problem, just cannot display the columns Pin
Le centriste19-Dec-08 4:55
Le centriste19-Dec-08 4:55 
QuestionHow to invoke multiple webmethods at a once? Pin
venkat.st19-Dec-08 3:32
venkat.st19-Dec-08 3:32 
AnswerRe: How to invoke multiple webmethods at a once? Pin
Le centriste19-Dec-08 4:56
Le centriste19-Dec-08 4:56 
QuestionDirectory Services Pin
Jacob D Dixon19-Dec-08 3:30
Jacob D Dixon19-Dec-08 3:30 
QuestionFtp Transfer Server to Server Pin
New78019-Dec-08 3:12
New78019-Dec-08 3:12 
AnswerRe: Ftp Transfer Server to Server Pin
Rutvik Dave19-Dec-08 3:28
professionalRutvik Dave19-Dec-08 3:28 
GeneralRe: Ftp Transfer Server to Server Pin
New78019-Dec-08 4:21
New78019-Dec-08 4:21 
GeneralRe: Ftp Transfer Server to Server Pin
Rutvik Dave19-Dec-08 5:25
professionalRutvik Dave19-Dec-08 5:25 
OK so you have already setup the FTP service on both the server. just implement a application using this[^] code, which Downloads the file from SOURCE and then Uploads it to the DESTINATION. No need to implement anything on any of the server.

in that code you just have to specify the source server with username/password and Download the file, and after that again specify the destination server with username/password and Upload the file.

also you can do this by using the inbuilt classes, which i told you earlier, but they are more basic and you have to implement lot of coding to make it work.
GeneralRe: Ftp Transfer Server to Server Pin
New78025-Dec-08 23:17
New78025-Dec-08 23:17 
Questionhow to convert c++ to C# ? Pin
lockepeak19-Dec-08 2:39
lockepeak19-Dec-08 2:39 
AnswerRe: how to convert c++ to C# ? Pin
DaveyM6919-Dec-08 2:46
professionalDaveyM6919-Dec-08 2:46 
AnswerRe: how to convert c++ to C# ? Pin
Dave Doknjas19-Dec-08 12:44
Dave Doknjas19-Dec-08 12:44 
QuestionLoop through and process every php code. Pin
jafingi19-Dec-08 1:13
jafingi19-Dec-08 1:13 
AnswerRe: Loop through and process every php code. Pin
Jens Meyer19-Dec-08 1:35
Jens Meyer19-Dec-08 1:35 
GeneralRe: Loop through and process every php code. [modified] Pin
jafingi19-Dec-08 1:51
jafingi19-Dec-08 1:51 
GeneralRe: Loop through and process every php code. Pin
Gideon Engelberth19-Dec-08 3:18
Gideon Engelberth19-Dec-08 3:18 
QuestionProblem regarding grid Pin
ais0719-Dec-08 0:59
ais0719-Dec-08 0:59 
AnswerRe: Problem regarding grid Pin
Ashfield19-Dec-08 1:30
Ashfield19-Dec-08 1:30 
QuestionHow we can plugin the C# program to Eclipse Pin
TJS4u18-Dec-08 23:54
TJS4u18-Dec-08 23:54 
AnswerRe: How we can plugin the C# program to Eclipse Pin
Ashfield19-Dec-08 1:29
Ashfield19-Dec-08 1:29 
QuestionHow can I use a MemoryStream in a System.Generic.List<> Pin
mbudak18-Dec-08 23:31
mbudak18-Dec-08 23:31 
AnswerRe: How can I use a MemoryStream in a System.Generic.List<> Pin
J4amieC18-Dec-08 23:52
J4amieC18-Dec-08 23:52 
GeneralRe: How can I use a MemoryStream in a System.Generic.List<> Pin
mbudak19-Dec-08 0:35
mbudak19-Dec-08 0:35 
GeneralRe: How can I use a MemoryStream in a System.Generic.List<> Pin
J4amieC19-Dec-08 1:16
J4amieC19-Dec-08 1:16 
GeneralRe: How can I use a MemoryStream in a System.Generic.List<> Pin
mbudak19-Dec-08 2:14
mbudak19-Dec-08 2:14 

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.