Click here to Skip to main content
15,892,697 members
Home / Discussions / C#
   

C#

 
Questionserializing a class containing hash table as one of its objects Pin
Anupam Mazumdar10-Mar-06 3:33
Anupam Mazumdar10-Mar-06 3:33 
AnswerRe: serializing a class containing hash table as one of its objects Pin
Judah Gabriel Himango10-Mar-06 3:53
sponsorJudah Gabriel Himango10-Mar-06 3:53 
Questiondrag and drop problem Pin
Gyozo Gaspar10-Mar-06 3:20
Gyozo Gaspar10-Mar-06 3:20 
AnswerRe: drag and drop problem Pin
Judah Gabriel Himango10-Mar-06 3:56
sponsorJudah Gabriel Himango10-Mar-06 3:56 
QuestionUpload Pin
albCode10-Mar-06 3:03
albCode10-Mar-06 3:03 
AnswerRe: Upload Pin
Judah Gabriel Himango10-Mar-06 3:58
sponsorJudah Gabriel Himango10-Mar-06 3:58 
QuestionGet connection string in web.config when register RemoteObject on IIS with .Net Remoting Pin
cuong-nm10-Mar-06 2:56
cuong-nm10-Mar-06 2:56 
QuestionProgramming with the XMLDom in C# Pin
ncotton10-Mar-06 2:06
ncotton10-Mar-06 2:06 
Im new to using Xml with C#. I have been hacking around at one section for a day now and can't get it to work at all. Rather than confuse you with my shambles code, I will jsut explain the concept. Im also slightly confussed, or misslead with my understanding of the type deffinitions, and their methods for subtrees.


<br />
XML...<br />
<Root><br />
   <MajorKey att="MAJattribute1"><br />
      <MinorKey att="MINattribute1"><br />
          <Value>value1</Value><br />
      </MinorKey><br />
      <MinorKey att="MINattribute2"><br />
         <Value>value2</value><br />
      </MinorKey><br />
   </MajorKey><br />
   <MajorKey att="MAJattribute2"><br />
      <MinorKey att="MINattribute3"><br />
          <Value>value3</Value><br />
      </MinorKey><br />
      <MinorKey att="MINattribute4"><br />
         <Value>value4</value><br />
      </MinorKey><br />
   </MajorKey><br />
</Root><br />


Im having trouble getting it to create a nodelist to children underneath a node based on it's att (attribute) value. Also, I want to extract that attribute value into a string so "MAJattribute1" would gointo a string inside the loop for that node treversal.

Any help, or suggestions.

I have spent hours and hours reading, and cant seem to find anything to pinpoint this...only ever creating attributes indide a single node, not looping through based on the attribute value.

IM GETTING STRESSED

Regards
njc
AnswerRe: Programming with the XMLDom in C# Pin
Christian Graus29-Jul-07 19:11
protectorChristian Graus29-Jul-07 19:11 
QuestionHow to make a setup project which install two applications Pin
psmukil10-Mar-06 0:10
psmukil10-Mar-06 0:10 
AnswerRe: How to make a setup project which install two applications Pin
spif200110-Mar-06 3:42
spif200110-Mar-06 3:42 
GeneralRe: How to make a setup project which install two applications Pin
psmukil12-Mar-06 18:05
psmukil12-Mar-06 18:05 
AnswerRe: How to make a setup project which install two applications Pin
Libor Tinka10-Mar-06 3:45
Libor Tinka10-Mar-06 3:45 
GeneralRe: How to make a setup project which install two applications Pin
psmukil12-Mar-06 18:04
psmukil12-Mar-06 18:04 
GeneralRe: How to make a setup project which install two applications Pin
psmukil12-Mar-06 18:29
psmukil12-Mar-06 18:29 
QuestionLocking files Pin
Sandrina10-Mar-06 0:04
Sandrina10-Mar-06 0:04 
QuestionMSMQ with .NET 2005 ... question Pin
Yanshof9-Mar-06 22:39
Yanshof9-Mar-06 22:39 
AnswerRe: MSMQ with .NET 2005 ... question Pin
Judah Gabriel Himango10-Mar-06 4:04
sponsorJudah Gabriel Himango10-Mar-06 4:04 
QuestionC# Synthesiser Pin
Sub19799-Mar-06 22:26
Sub19799-Mar-06 22:26 
QuestionSaving a Control's Graphic Content to a Bitmap Pin
sebaaaa9-Mar-06 22:13
sebaaaa9-Mar-06 22:13 
AnswerRe: Saving a Control's Graphic Content to a Bitmap Pin
sebaaaa10-Mar-06 3:27
sebaaaa10-Mar-06 3:27 
QuestionCopying the entire clipboard & IDataObjects Pin
mithrandiir429-Mar-06 21:46
mithrandiir429-Mar-06 21:46 
QuestionSendKeys Blocking Messages? Pin
mithrandiir429-Mar-06 21:36
mithrandiir429-Mar-06 21:36 
AnswerRe: SendKeys Blocking Messages? Pin
mithrandiir4210-Mar-06 10:15
mithrandiir4210-Mar-06 10:15 
QuestionRotatable Controls Pin
silverair9-Mar-06 20:32
silverair9-Mar-06 20:32 

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.