Click here to Skip to main content
15,900,906 members
Home / Discussions / C#
   

C#

 
AnswerRe: glitches in my generic printengine class! Pin
Robert Rohde9-Jun-07 0:14
Robert Rohde9-Jun-07 0:14 
GeneralRe: glitches in my generic printengine class! Pin
giddy_guitarist11-Jun-07 4:50
giddy_guitarist11-Jun-07 4:50 
GeneralRe: glitches in my generic printengine class! Pin
Robert Rohde11-Jun-07 10:06
Robert Rohde11-Jun-07 10:06 
QuestionNested DataGrid Pin
Muammar©8-Jun-07 20:51
Muammar©8-Jun-07 20:51 
AnswerRe: Nested DataGrid Pin
danish_ara11-Jun-07 0:56
danish_ara11-Jun-07 0:56 
Questionxml datagrid Pin
Mohammad Daba'an8-Jun-07 20:47
Mohammad Daba'an8-Jun-07 20:47 
AnswerRe: xml datagrid Pin
M. J. Jaya Chitra8-Jun-07 22:42
M. J. Jaya Chitra8-Jun-07 22:42 
GeneralRe: xml datagrid [modified] Pin
Mohammad Daba'an9-Jun-07 0:16
Mohammad Daba'an9-Jun-07 0:16 
thnx,

I did n some way else, but noww, do u know whow to delete from xml file,

i deleted but i want to remove the node after deletion, for example if we have the following:

<city>
<name>Inida</City>
<time>5:55</time>
</city>
<city>
<name>Jordan</City>
<time>5:55</time>
</city>

and if i want to remove the city where name = India, i want to make it as:

<city>
<name>Jordan</City>
<time>5:55</time>
</city>

not as:

<city>
</city>
<city>
<name>Jordan</City>
<time>5:55</time>
</city>

thanks for helping meWink | ;-)


-- modified at 3:21 Monday 11th June, 2007

Thanks alot
Hamody
GeneralRe: xml datagrid Pin
M. J. Jaya Chitra10-Jun-07 16:53
M. J. Jaya Chitra10-Jun-07 16:53 
GeneralRe: xml datagrid Pin
Mohammad Daba'an10-Jun-07 21:24
Mohammad Daba'an10-Jun-07 21:24 
GeneralRe: xml datagrid [modified] Pin
M. J. Jaya Chitra10-Jun-07 23:05
M. J. Jaya Chitra10-Jun-07 23:05 
QuestionWPF relative grid layout help :confused: Pin
ti4n848-Jun-07 19:54
ti4n848-Jun-07 19:54 
QuestionWhich one Is Better...? Pin
Pankaj - Joshi8-Jun-07 19:50
Pankaj - Joshi8-Jun-07 19:50 
AnswerRe: Which one Is Better...? Pin
Muammar©8-Jun-07 20:53
Muammar©8-Jun-07 20:53 
AnswerRe: Which one Is Better...? Pin
Sonia Gupta8-Jun-07 21:01
Sonia Gupta8-Jun-07 21:01 
AnswerRe: Which one Is Better...? Pin
Robert Rohde8-Jun-07 21:56
Robert Rohde8-Jun-07 21:56 
AnswerRe: Which one Is Better...? Pin
Christian Graus8-Jun-07 23:50
protectorChristian Graus8-Jun-07 23:50 
QuestionHow To Check Form Exist Or Not...? Pin
Pankaj - Joshi8-Jun-07 19:10
Pankaj - Joshi8-Jun-07 19:10 
AnswerRe: How To Check Form Exist Or Not...? Pin
Luc Pattyn8-Jun-07 23:29
sitebuilderLuc Pattyn8-Jun-07 23:29 
GeneralRe: How To Check Form Exist Or Not...? Pin
Pankaj - Joshi10-Jun-07 22:19
Pankaj - Joshi10-Jun-07 22:19 
GeneralRe: How To Check Form Exist Or Not...? Pin
Luc Pattyn10-Jun-07 23:26
sitebuilderLuc Pattyn10-Jun-07 23:26 
AnswerRe: How To Check Form Exist Or Not...? Pin
Christian Graus8-Jun-07 23:50
protectorChristian Graus8-Jun-07 23:50 
GeneralRe: How To Check Form Exist Or Not...? Pin
Pankaj - Joshi10-Jun-07 22:21
Pankaj - Joshi10-Jun-07 22:21 
GeneralRe: How To Check Form Exist Or Not...? Pin
Marcel Vreuls (www.agentbase.nl)9-Jun-07 21:55
Marcel Vreuls (www.agentbase.nl)9-Jun-07 21:55 
GeneralRe: How To Check Form Exist Or Not...? Pin
Pankaj - Joshi10-Jun-07 22:56
Pankaj - Joshi10-Jun-07 22:56 

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.