Click here to Skip to main content
15,888,216 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to Embedded TTF fonts to C#.NET windows Application Pin
hongouru28-Oct-10 9:55
hongouru28-Oct-10 9:55 
QuestionHelp, how to delete nodes xml in c# Pin
woke26-Mar-08 22:55
woke26-Mar-08 22:55 
GeneralRe: Help, how to delete nodes xml in c# Pin
leppie26-Mar-08 23:28
leppie26-Mar-08 23:28 
GeneralRe: Help, how to delete nodes xml in c# Pin
woke26-Mar-08 23:50
woke26-Mar-08 23:50 
GeneralRe: Help, how to delete nodes xml in c# Pin
Christian Graus27-Mar-08 0:07
protectorChristian Graus27-Mar-08 0:07 
QuestionRe: Help, how to delete nodes xml in c# Pin
woke27-Mar-08 0:10
woke27-Mar-08 0:10 
GeneralRe: Help, how to delete nodes xml in c# Pin
J4amieC27-Mar-08 1:07
J4amieC27-Mar-08 1:07 
GeneralRe: Help, how to delete nodes xml in c# Pin
woke27-Mar-08 21:06
woke27-Mar-08 21:06 
I think the code, can remove just one row, how I can remove xml node based on KdProject tags

The original xml :

<?xml version="1.0" standalone="yes"?>
<NewDataSet>
<Table>
<KdProject>999999</KdProject>
<NmProject>Other Project</NmProject>
</Table>
<Table>
<KdProject>901561</KdProject>
<NmProject>Bussan - 2891000497 - Citrix</NmProject>
</Table>
<Table>
<KdProject>901559</KdProject>
<NmProject>Acer - 2881001136 - LAN Switching </NmProject>
</Table>
<Table>
<KdProject>901560</KdProject>
<NmProject>Microsoft - 2881001136 - LAN Switching </NmProject>
</Table>
</NewDataSet>

The result that I want :

<?xml version="1.0" standalone="yes"?>
<NewDataSet>
<Table>
<KdProject>999999</KdProject>
<NmProject>Other Project</NmProject>
</Table>
<Table>
<KdProject>901560</KdProject>
<NmProject>Microsoft - 2881001136 - LAN Switching </NmProject>
</Table>
</NewDataSet>

Please help,

Thx
GeneralRe: Help, how to delete nodes xml in c# Pin
J4amieC27-Mar-08 22:47
J4amieC27-Mar-08 22:47 
Questionfind row in database Pin
Metik26-Mar-08 22:33
Metik26-Mar-08 22:33 
GeneralRe: find row in database Pin
Rajesh R Subramanian26-Mar-08 23:27
professionalRajesh R Subramanian26-Mar-08 23:27 
GeneralRe: find row in database Pin
Metik26-Mar-08 23:50
Metik26-Mar-08 23:50 
GeneralRe: find row in database Pin
Gareth H27-Mar-08 0:09
Gareth H27-Mar-08 0:09 
QuestionPlz can anyone help me to get a code in c# that extract Ethernet type Pin
merh26-Mar-08 22:14
merh26-Mar-08 22:14 
QuestionRe: Plz can anyone help me to get a code in c# that extract Ethernet type Pin
CPallini26-Mar-08 23:31
mveCPallini26-Mar-08 23:31 
JokeRe: Plz can anyone help me to get a code in c# that extract Ethernet type Pin
leppie26-Mar-08 23:35
leppie26-Mar-08 23:35 
QuestionRe: Plz can anyone help me to get a code in c# that extract Ethernet type Pin
merh26-Mar-08 23:52
merh26-Mar-08 23:52 
QuestionHow can I make my GUI app launch smoothly? Pin
lemueladane26-Mar-08 21:38
lemueladane26-Mar-08 21:38 
GeneralRe: How can I make my GUI app launch smoothly? Pin
Giorgi Dalakishvili26-Mar-08 21:49
mentorGiorgi Dalakishvili26-Mar-08 21:49 
GeneralRe: How can I make my GUI app launch smoothly? Pin
phannon8626-Mar-08 23:00
professionalphannon8626-Mar-08 23:00 
GeneralRe: How can I make my GUI app launch smoothly? Pin
Pete O'Hanlon26-Mar-08 23:26
mvePete O'Hanlon26-Mar-08 23:26 
GeneralRe: How can I make my GUI app launch smoothly? Pin
Gareth H27-Mar-08 0:01
Gareth H27-Mar-08 0:01 
GeneralReceive Cursor X, Y Positions Pin
M Riaz Bashir26-Mar-08 21:32
M Riaz Bashir26-Mar-08 21:32 
GeneralRe: Receive Cursor X, Y Positions Pin
Christian Graus26-Mar-08 21:59
protectorChristian Graus26-Mar-08 21:59 
GeneralRe: Receive Cursor X, Y Positions Pin
MarkB77726-Mar-08 23:18
MarkB77726-Mar-08 23:18 

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.