Click here to Skip to main content
15,887,464 members
Home / Discussions / C#
   

C#

 
GeneralRe: Parse complex XML in C# Pin
Member 1026417718-Sep-13 23:06
Member 1026417718-Sep-13 23:06 
GeneralRe: Parse complex XML in C# Pin
Nicholas Marty18-Sep-13 23:15
professionalNicholas Marty18-Sep-13 23:15 
GeneralRe: Parse complex XML in C# Pin
Pete O'Hanlon18-Sep-13 23:29
mvePete O'Hanlon18-Sep-13 23:29 
GeneralRe: Parse complex XML in C# Pin
Member 1026417718-Sep-13 23:53
Member 1026417718-Sep-13 23:53 
GeneralRe: Parse complex XML in C# Pin
V.19-Sep-13 1:02
professionalV.19-Sep-13 1:02 
AnswerRe: Parse complex XML in C# Pin
Simon_Whale18-Sep-13 23:30
Simon_Whale18-Sep-13 23:30 
AnswerRe: Parse complex XML in C# Pin
jschell19-Sep-13 11:22
jschell19-Sep-13 11:22 
AnswerRe: Parse complex XML in C# Pin
Alan Balkany23-Sep-13 5:28
Alan Balkany23-Sep-13 5:28 
If you use Linq To XML, you can do 90% of the processing with a single class: XElement. Linq To XML is elegant, and gives you (for example) IEnumerable lists you can process with foreach. It's my first choice for parsing XML.
QuestionShow Multiparty Images on one form Pin
sanket16418-Sep-13 20:24
sanket16418-Sep-13 20:24 
AnswerRe: Show Multiparty Images on one form Pin
Paw Jershauge18-Sep-13 20:52
Paw Jershauge18-Sep-13 20:52 
AnswerRe: Show Multiparty Images on one form Pin
Pete O'Hanlon18-Sep-13 21:11
mvePete O'Hanlon18-Sep-13 21:11 
QuestionDB2 Connection for Visual Studio Express 2010 Pin
Chris-Za18-Sep-13 2:18
Chris-Za18-Sep-13 2:18 
SuggestionRe: DB2 Connection for Visual Studio Express 2010 Pin
Richard MacCutchan18-Sep-13 2:48
mveRichard MacCutchan18-Sep-13 2:48 
GeneralRe: DB2 Connection for Visual Studio Express 2010 Pin
Chris-Za22-Sep-13 8:50
Chris-Za22-Sep-13 8:50 
GeneralRe: DB2 Connection for Visual Studio Express 2010 Pin
Richard MacCutchan22-Sep-13 21:21
mveRichard MacCutchan22-Sep-13 21:21 
AnswerRe: DB2 Connection for Visual Studio Express 2010 Pin
Eddy Vluggen18-Sep-13 6:46
professionalEddy Vluggen18-Sep-13 6:46 
QuestionPlease help me here, I need to insert data from datagridview to ms access table, and I keep getting an error that says the insert into statement contains the following unknown field name : 'Username',please help me fix this.thanks Pin
katlegoM17-Sep-13 10:41
katlegoM17-Sep-13 10:41 
AnswerRe: Please help me here, I need to insert data from datagridview to ms access table, and I keep getting an error that says the insert into statement contains the following unknown field name : 'Username',please help me fix this.thanks Pin
Dave Kreskowiak17-Sep-13 10:54
mveDave Kreskowiak17-Sep-13 10:54 
GeneralRe: Please help me here, I need to insert data from datagridview to ms access table, and I keep getting an error that says the insert into statement contains the following unknown field name : 'Username',please help me fix this.thanks Pin
katlegoM17-Sep-13 10:57
katlegoM17-Sep-13 10:57 
AnswerRe: Please help me here, I need to insert data from datagridview to ms access table, and I keep getting an error that says the insert into statement contains the following unknown field name : 'Username',please help me fix this.thanks Pin
Eddy Vluggen17-Sep-13 11:00
professionalEddy Vluggen17-Sep-13 11:00 
GeneralRe: Please help me here, I need to insert data from datagridview to ms access table, and I keep getting an error that says the insert into statement contains the following unknown field name : 'Username',please help me fix this.thanks Pin
Dholakiya Ankit18-Sep-13 2:22
Dholakiya Ankit18-Sep-13 2:22 
AnswerRe: Please help me here, I need to insert data from datagridview to ms access table, and I keep getting an error that says the insert into statement contains the following unknown field name : 'Username',please help me fix this.thanks Pin
katlegoM18-Sep-13 8:10
katlegoM18-Sep-13 8:10 
Questionerror on receive data from seril port Pin
omid32116-Sep-13 21:08
omid32116-Sep-13 21:08 
AnswerRe: error on receive data from seril port Pin
Abhinav S16-Sep-13 22:21
Abhinav S16-Sep-13 22:21 
GeneralRe: error on receive data from seril port Pin
omid32117-Sep-13 2:20
omid32117-Sep-13 2:20 

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.