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

C#

 
GeneralRe: Background image in MDI container Pin
Alomgir Miah25-May-05 4:11
Alomgir Miah25-May-05 4:11 
GeneralRe: Background image in MDI container Pin
Skynyrd25-May-05 6:14
Skynyrd25-May-05 6:14 
Generalsearching a collection base Pin
savage_24-May-05 16:28
savage_24-May-05 16:28 
GeneralRe: searching a collection base Pin
Alomgir Miah25-May-05 4:03
Alomgir Miah25-May-05 4:03 
GeneralXML web service Pin
Yulianto.24-May-05 14:57
Yulianto.24-May-05 14:57 
GeneralRe: XML web service Pin
eggie524-May-05 17:49
eggie524-May-05 17:49 
GeneralRe: XML web service Pin
Yulianto.24-May-05 17:52
Yulianto.24-May-05 17:52 
GeneralRe: XML web service Pin
eggie524-May-05 17:56
eggie524-May-05 17:56 
assuming you already have this xml loaded into a XmlDocument (doc) instance.

Can you show me your whole xml file hierarchy? I need it to show you a better example.... Here's what I can show you now...

XmlNode node=doc.SelectSingleNode(xpath...);
string alexEggRules=node.InnerText;


and alexEggRules will have "12" in it...

/\ |_ E X E GG
GeneralRe: XML web service Pin
Yulianto.24-May-05 18:01
Yulianto.24-May-05 18:01 
GeneralRe: XML web service Pin
eggie524-May-05 18:09
eggie524-May-05 18:09 
GeneralRe: XML web service Pin
Yulianto.24-May-05 18:14
Yulianto.24-May-05 18:14 
GeneralHelp with Get Set Method of property Pin
monica2k24-May-05 14:43
monica2k24-May-05 14:43 
GeneralRe: Help with Get Set Method of property Pin
Marc Clifton24-May-05 14:49
mvaMarc Clifton24-May-05 14:49 
GeneralGetManifestResourceStream Pin
Marc Clifton24-May-05 11:23
mvaMarc Clifton24-May-05 11:23 
GeneralRe: GetManifestResourceStream Pin
mav.northwind24-May-05 20:10
mav.northwind24-May-05 20:10 
GeneralRe: GetManifestResourceStream Pin
Marc Clifton25-May-05 0:14
mvaMarc Clifton25-May-05 0:14 
GeneralProcessing strings in C# Pin
DEWright_CA24-May-05 11:04
DEWright_CA24-May-05 11:04 
GeneralRe: Processing strings in C# Pin
User 665824-May-05 11:10
User 665824-May-05 11:10 
GeneralRe: Processing strings in C# Pin
Anonymous24-May-05 11:15
Anonymous24-May-05 11:15 
GeneralRe: Processing strings in C# Pin
DEWright_CA24-May-05 11:27
DEWright_CA24-May-05 11:27 
GeneralRe: Processing strings in C# Pin
Christian Graus24-May-05 11:38
protectorChristian Graus24-May-05 11:38 
GeneralRe: Processing strings in C# Pin
DavidNohejl24-May-05 11:39
DavidNohejl24-May-05 11:39 
GeneralCapturing a Window Handle Pin
Anonymous24-May-05 10:27
Anonymous24-May-05 10:27 
GeneralRe: Capturing a Window Handle Pin
Dave Kreskowiak24-May-05 11:09
mveDave Kreskowiak24-May-05 11:09 
GeneralRe: Capturing a Window Handle Pin
Akrynite24-May-05 11:41
Akrynite24-May-05 11:41 

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.