Click here to Skip to main content
15,902,938 members
Home / Discussions / C#
   

C#

 
GeneralRe: MultiQC & QCFile-LinkA interfacing. Pin
danmol20-Sep-08 23:34
danmol20-Sep-08 23:34 
GeneralRe: MultiQC & QCFile-LinkA interfacing. Pin
Dinker Batra20-Sep-08 23:42
Dinker Batra20-Sep-08 23:42 
Questionretrieve a msaccess column description Pin
djjedi20-Sep-08 2:50
djjedi20-Sep-08 2:50 
AnswerRe: retrieve a msaccess column description Pin
Harvey Saayman20-Sep-08 9:47
Harvey Saayman20-Sep-08 9:47 
GeneralRe: retrieve a msaccess column description Pin
djjedi20-Sep-08 11:04
djjedi20-Sep-08 11:04 
GeneralRe: retrieve a msaccess column description Pin
Harvey Saayman20-Sep-08 11:12
Harvey Saayman20-Sep-08 11:12 
GeneralRe: retrieve a msaccess column description Pin
djjedi23-Sep-08 1:48
djjedi23-Sep-08 1:48 
QuestionHow to save with unique ID Pin
manju#12320-Sep-08 2:25
manju#12320-Sep-08 2:25 
Hi all..
I am trying to write to a xml file...
The problem i am facing is....I am writing in a for loop..
Each time it is replacing with the old one..
I am trying with the code..

for (int indx = 0; indx < contact.Fields.Count; indx++)
                {                            
                            
                  StreamWriter sw = new StreamWriter(@"D:\Temp\File.xml");
                  sw.WriteLine(contact.Xml);
                  sw.Flush();
                  sw.Close();
}

what i wanted is change the file name with File1.xml,File2.xml,....etc
can anyone help..


thank you
manju

Hi..
I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++
manju

AnswerRe: How to save with unique ID Pin
User 665820-Sep-08 2:39
User 665820-Sep-08 2:39 
GeneralRe: How to save with unique ID Pin
HosamAly20-Sep-08 3:42
HosamAly20-Sep-08 3:42 
AnswerRe: How to save with unique ID Pin
#realJSOP20-Sep-08 9:47
professional#realJSOP20-Sep-08 9:47 
QuestionDid the compiler inline my method? Pin
HosamAly20-Sep-08 2:05
HosamAly20-Sep-08 2:05 
AnswerRe: Did the compiler inline my method? Pin
User 665820-Sep-08 2:41
User 665820-Sep-08 2:41 
JokeRe: Did the compiler inline my method? Pin
Pete O'Hanlon20-Sep-08 3:28
mvePete O'Hanlon20-Sep-08 3:28 
GeneralRe: Did the compiler inline my method? Pin
User 665820-Sep-08 3:53
User 665820-Sep-08 3:53 
GeneralRe: Did the compiler inline my method? Pin
Paul Conrad20-Sep-08 10:33
professionalPaul Conrad20-Sep-08 10:33 
QuestionRe: Did the compiler inline my method? Pin
HosamAly20-Sep-08 3:30
HosamAly20-Sep-08 3:30 
AnswerRe: Did the compiler inline my method? Pin
User 665820-Sep-08 4:00
User 665820-Sep-08 4:00 
AnswerRe: Did the compiler inline my method? Pin
Guffa20-Sep-08 4:37
Guffa20-Sep-08 4:37 
GeneralRe: Did the compiler inline my method? Pin
HosamAly20-Sep-08 4:47
HosamAly20-Sep-08 4:47 
GeneralRe: Did the compiler inline my method? Pin
Guffa20-Sep-08 13:17
Guffa20-Sep-08 13:17 
QuestionEasy to learn WSDL and SOAP tutorial Pin
George_George20-Sep-08 1:26
George_George20-Sep-08 1:26 
Questionchecking who is online in gmail in c# Pin
Mogaambo20-Sep-08 1:16
Mogaambo20-Sep-08 1:16 
AnswerRe: checking who is online in gmail in c# Pin
Harvey Saayman20-Sep-08 9:50
Harvey Saayman20-Sep-08 9:50 
GeneralRe: checking who is online in gmail in c# Pin
Mogaambo20-Sep-08 10:43
Mogaambo20-Sep-08 10:43 

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.