Click here to Skip to main content
15,913,584 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dll reference problem Pin
vamsimohan217-May-07 1:37
vamsimohan217-May-07 1:37 
GeneralRe: Dll reference problem Pin
andre_swnpl7-May-07 2:46
andre_swnpl7-May-07 2:46 
AnswerPLS READ MY PREVIOUS ANSWER!!! Pin
AFSEKI7-May-07 20:58
AFSEKI7-May-07 20:58 
GeneralRe: Dll reference problem Pin
Colin Angus Mackay7-May-07 3:36
Colin Angus Mackay7-May-07 3:36 
AnswerRe: Dll reference problem Pin
AFSEKI7-May-07 22:47
AFSEKI7-May-07 22:47 
GeneralRe: Dll reference problem Pin
Colin Angus Mackay8-May-07 6:32
Colin Angus Mackay8-May-07 6:32 
AnswerRe: Dll reference problem Pin
Sandeep Akhare7-May-07 1:25
Sandeep Akhare7-May-07 1:25 
Questionxml remove child Pin
justintimberlake6-May-07 23:22
justintimberlake6-May-07 23:22 
this code doesnt remove all child from the node it removes only first child and then exit. why is that so can any one help me .. or how shld i dlete each node one by one
XmlDocument xsd=new XmlDocument();
xsd.Load(@"D:\test\fileinf.xml");
XmlElement elem= xsd.DocumentElement;
XmlNodeList lis= elem.ChildNodes;



foreach(XmlNode node in lis)
{
node.ParentNode.RemoveChild(node);



}

xsd.Save(@"D:\test\fileinf.xml");


the xml document is
</xml version="1.0" encoding="utf-8"?>
<files>
<filename>8.txt</filename>
<filename>9.txt</filename>
<filename>10.txt</filename>
<filename>11.txt</filename>
<filename>12.txt</filename>
<filename>13.txt</filename>
<filename>14.txt</filename>
<files>


plz do help
AnswerRe: xml remove child Pin
Stefan Troschuetz7-May-07 0:08
Stefan Troschuetz7-May-07 0:08 
Questionbooks on c# 2 Pin
mahmoud mohammed6-May-07 23:16
mahmoud mohammed6-May-07 23:16 
AnswerRe: books on c# 2 Pin
Colin Angus Mackay6-May-07 23:25
Colin Angus Mackay6-May-07 23:25 
AnswerRe: books on c# 2 Pin
Sandeep Akhare6-May-07 23:34
Sandeep Akhare6-May-07 23:34 
AnswerRe: books on c# 2 Pin
Christian Graus7-May-07 1:24
protectorChristian Graus7-May-07 1:24 
GeneralRe: books on c# 2 Pin
Dave Kreskowiak7-May-07 4:23
mveDave Kreskowiak7-May-07 4:23 
AnswerRe: books on c# 2 Pin
Vega027-May-07 5:33
Vega027-May-07 5:33 
QuestionReading Excel Sheets in C# Pin
meeram3956-May-07 23:09
meeram3956-May-07 23:09 
AnswerRe: Reading Excel Sheets in C# Pin
blackjack21506-May-07 23:15
blackjack21506-May-07 23:15 
GeneralRe: Reading Excel Sheets in C# Pin
meeram3956-May-07 23:40
meeram3956-May-07 23:40 
GeneralRe: Reading Excel Sheets in C# Pin
Sk8tz7-May-07 0:01
professionalSk8tz7-May-07 0:01 
QuestionInstalling and unistalling client certificates to personal store Pin
blackjack21506-May-07 21:29
blackjack21506-May-07 21:29 
AnswerRe: Installing and unistalling client certificates to personal store Pin
blackjack21506-May-07 23:11
blackjack21506-May-07 23:11 
Questionusing tree view node to select tabds Pin
rkherath6-May-07 21:17
rkherath6-May-07 21:17 
AnswerRe: using tree view node to select tabds Pin
Ch_Shahzad iqbal7-May-07 0:02
Ch_Shahzad iqbal7-May-07 0:02 
QuestionHow to bind multiple tables to a binding navigator Pin
Phoenix1016-May-07 20:46
Phoenix1016-May-07 20:46 
GeneralRe: How to bind multiple tables to a binding navigator Pin
rkherath6-May-07 21:21
rkherath6-May-07 21:21 

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.