Click here to Skip to main content
15,907,492 members
Home / Discussions / C#
   

C#

 
AnswerRe: DataSet Design to database Pin
Brady Kelly14-Nov-07 5:19
Brady Kelly14-Nov-07 5:19 
QuestionAbout ReportViewer in c# Pin
Davood Riazi14-Nov-07 3:27
Davood Riazi14-Nov-07 3:27 
AnswerRe: About ReportViewer in c# Pin
Justin Perez14-Nov-07 3:58
Justin Perez14-Nov-07 3:58 
GeneralRe: About ReportViewer in c# Pin
Davood Riazi14-Nov-07 4:35
Davood Riazi14-Nov-07 4:35 
GeneralRe: About ReportViewer in c# Pin
Justin Perez14-Nov-07 4:51
Justin Perez14-Nov-07 4:51 
GeneralRe: About ReportViewer in c# Pin
Justin Perez14-Nov-07 4:51
Justin Perez14-Nov-07 4:51 
QuestionDataSet XML Pin
jamesorm14-Nov-07 3:17
jamesorm14-Nov-07 3:17 
AnswerRe: DataSet XML Pin
Justin Perez14-Nov-07 4:43
Justin Perez14-Nov-07 4:43 
I am not sure why that isn't working. However, why don't you try taking a different taking a different route to your solution? Something like this:

CustomerDS = new DataSet();

XmlDocument xmlDocument = new XmlDocument();
xmlDocument.Load(XML_FILE);

// Load your XML into your DataSet
// ...

// make your changes to your XML file
// ...

xmlDocument.Save(XML_FILE);


Just a thought Smile | :)

"If an Indian asked a programming question in the forest, would it still be urgent?" - John Simmons / outlaw programmer

I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")

GeneralRe: DataSet XML Pin
jamesorm14-Nov-07 5:13
jamesorm14-Nov-07 5:13 
QuestionC# - Implicitly typed local variables Pin
Michael Sync14-Nov-07 3:16
Michael Sync14-Nov-07 3:16 
AnswerRe: C# - Implicitly typed local variables Pin
Colin Angus Mackay14-Nov-07 4:27
Colin Angus Mackay14-Nov-07 4:27 
GeneralRe: C# - Implicitly typed local variables Pin
Michael Sync14-Nov-07 15:40
Michael Sync14-Nov-07 15:40 
AnswerRe: C# - Implicitly typed local variables Pin
Skippums14-Nov-07 4:33
Skippums14-Nov-07 4:33 
GeneralRe: C# - Implicitly typed local variables Pin
Colin Angus Mackay14-Nov-07 5:33
Colin Angus Mackay14-Nov-07 5:33 
GeneralRe: C# - Implicitly typed local variables Pin
Michael Sync14-Nov-07 15:53
Michael Sync14-Nov-07 15:53 
AnswerRe: C# - Implicitly typed local variables Pin
Guffa14-Nov-07 7:52
Guffa14-Nov-07 7:52 
GeneralRe: C# - Implicitly typed local variables Pin
Michael Sync14-Nov-07 15:51
Michael Sync14-Nov-07 15:51 
QuestionAdobe PDF Pin
smarttom9914-Nov-07 3:12
smarttom9914-Nov-07 3:12 
QuestionReportViewer Properties in C# Pin
Davood Riazi14-Nov-07 3:10
Davood Riazi14-Nov-07 3:10 
AnswerRe: ReportViewer Properties in C# Pin
Abhijit Jana14-Nov-07 3:15
professionalAbhijit Jana14-Nov-07 3:15 
GeneralRe: ReportViewer Properties in C# Pin
Davood Riazi14-Nov-07 3:42
Davood Riazi14-Nov-07 3:42 
QuestionExceptions in Appdomain Pin
prasuaaron14-Nov-07 2:29
prasuaaron14-Nov-07 2:29 
QuestionC# Form and Mozilla engine Pin
springtime5414-Nov-07 2:11
springtime5414-Nov-07 2:11 
QuestionUploading Excell file to FTP Pin
Reddy Prakash14-Nov-07 1:25
Reddy Prakash14-Nov-07 1:25 
AnswerRe: Uploading Excell file to FTP Pin
Giorgi Dalakishvili14-Nov-07 1:29
mentorGiorgi Dalakishvili14-Nov-07 1:29 

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.