Click here to Skip to main content
15,903,203 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Parsing Inside XML Pin
Wes Aday16-Aug-12 9:22
professionalWes Aday16-Aug-12 9:22 
GeneralRe: Parsing Inside XML Pin
jitforce258516-Aug-12 9:35
jitforce258516-Aug-12 9:35 
GeneralRe: Parsing Inside XML Pin
jitforce258516-Aug-12 9:42
jitforce258516-Aug-12 9:42 
AnswerRe: Parsing Inside XML Pin
jitforce258516-Aug-12 17:00
jitforce258516-Aug-12 17:00 
GeneralRe: Parsing Inside XML Pin
Dave Kreskowiak17-Aug-12 3:40
mveDave Kreskowiak17-Aug-12 3:40 
GeneralRe: Parsing Inside XML Pin
jitforce258517-Aug-12 5:16
jitforce258517-Aug-12 5:16 
SuggestionRe: Parsing Inside XML Pin
Eddy Vluggen17-Aug-12 9:37
professionalEddy Vluggen17-Aug-12 9:37 
AnswerRe: Parsing Inside XML Pin
Richard MacCutchan16-Aug-12 21:20
mveRichard MacCutchan16-Aug-12 21:20 
You are iterating the nodes and setting test1 to the content of element value each time through. Thus at the end of the loop you will have the last value. You need to check what the value of the code node is each time, and break out of the loop if it is equal to "Test2", or whatever value you are interested in.
One of these days I'm going to think of a really clever signature.

GeneralRe: Parsing Inside XML Pin
jitforce258517-Aug-12 5:17
jitforce258517-Aug-12 5:17 
QuestionHow do I get the current module? Pin
JoeRip15-Aug-12 11:43
JoeRip15-Aug-12 11:43 
AnswerRe: How do I get the current module? Pin
Wes Aday15-Aug-12 11:51
professionalWes Aday15-Aug-12 11:51 
AnswerRe: How do I get the current module? Pin
JoeRip15-Aug-12 11:54
JoeRip15-Aug-12 11:54 
AnswerRe: How do I get the current module? Pin
Eddy Vluggen15-Aug-12 23:36
professionalEddy Vluggen15-Aug-12 23:36 
GeneralRe: How do I get the current module? Pin
pt140119-Aug-12 10:12
pt140119-Aug-12 10:12 
AnswerRe: How do I get the current module? Pin
Abhinav S15-Aug-12 20:55
Abhinav S15-Aug-12 20:55 
AnswerRe: How do I get the current module? Pin
Bernhard Hiller15-Aug-12 23:05
Bernhard Hiller15-Aug-12 23:05 
QuestionSending SMS through ASP.NET Pin
komalridda14-Aug-12 19:58
komalridda14-Aug-12 19:58 
AnswerRe: Sending SMS through ASP.NET Pin
Richard MacCutchan14-Aug-12 20:46
mveRichard MacCutchan14-Aug-12 20:46 
AnswerCross Post Pin
DaveyM6914-Aug-12 23:24
professionalDaveyM6914-Aug-12 23:24 
QuestionC# ASP.net Pin
Sibonelo Mbatha13-Aug-12 22:26
Sibonelo Mbatha13-Aug-12 22:26 
AnswerRe: C# ASP.net Pin
Pete O'Hanlon13-Aug-12 22:32
mvePete O'Hanlon13-Aug-12 22:32 
AnswerRe: C# ASP.net Pin
Eddy Vluggen13-Aug-12 23:02
professionalEddy Vluggen13-Aug-12 23:02 
QuestionSignature PictureBox Error !!! Pin
jitforce258513-Aug-12 5:00
jitforce258513-Aug-12 5:00 
AnswerRe: Signature PictureBox Error !!! Pin
jitforce258513-Aug-12 5:20
jitforce258513-Aug-12 5:20 
AnswerRe: Signature PictureBox Error !!! Pin
Dave Kreskowiak13-Aug-12 5:28
mveDave Kreskowiak13-Aug-12 5:28 

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.