Click here to Skip to main content
15,885,244 members
Home / Discussions / C#
   

C#

 
QuestionInserting a row into excel spreadsheet Pin
lourensG17-Sep-07 2:18
lourensG17-Sep-07 2:18 
Questionlooping Pin
Lucky Sheikh17-Sep-07 1:57
Lucky Sheikh17-Sep-07 1:57 
AnswerRe: looping Pin
Colin Angus Mackay17-Sep-07 2:06
Colin Angus Mackay17-Sep-07 2:06 
AnswerRe: looping Pin
Imran Khan Pathan17-Sep-07 2:09
Imran Khan Pathan17-Sep-07 2:09 
GeneralRe: looping Pin
Colin Angus Mackay17-Sep-07 2:29
Colin Angus Mackay17-Sep-07 2:29 
QuestionC# use for Resource Intesive Backend Components Vs C++ Pin
Supercross17-Sep-07 1:52
Supercross17-Sep-07 1:52 
AnswerRe: C# use for Resource Intesive Backend Components Vs C++ Pin
Pete O'Hanlon17-Sep-07 2:14
mvePete O'Hanlon17-Sep-07 2:14 
QuestionChecking for new data in a xml file Pin
anu8117-Sep-07 1:47
anu8117-Sep-07 1:47 
hi all,

I have a xml file of the following format.

<xml version="1.0" encoding="UTF-8">
<MainCategory>
<category1>
<title>First Title</title>
<Description>Some description</Description>
</category1>
<category2>
<title>Second Title</title>
<Description>Some description about the second category</Description>
</category2>
</<MainCategory>
</xml>

the data from the xml file is stored in a datatable and set as a datasource to datagridview.
now when a new entry is added to the top of the xml file, say like this,

<xml version="1.0" encoding="UTF-8">
<MainCategory>
<NewCategory>
<title>New Title</title>
<Description>description about new category</Description>
</NewCategory>
<category1>
<title>First Title</title>
<Description>Some description</Description>
</category1>
<category2>
<title>Second Title</title>
<Description>Some description about the second category</Description>
</category2>
</<MainCategory>
</xml>


how can i check the xml file for new changes and display the values for the new categories alone?

this xml file is not stored in the local machine. how can i accomplish the same without storing the xml file locally?



Thanks in advance.Smile | :)

Regards

Anuradha
Questionhow to us typed dataset in vb.net 2005 Pin
himanshu p taunk17-Sep-07 1:38
himanshu p taunk17-Sep-07 1:38 
QuestionHow to stop a windows service in Visual Studio 2003 Pin
Diego F.17-Sep-07 1:07
Diego F.17-Sep-07 1:07 
AnswerRe: How to stop a windows service in Visual Studio 2003 Pin
TimFoxell17-Sep-07 1:25
TimFoxell17-Sep-07 1:25 
QuestionA listview-like control for displaying log messages? Pin
Domenic Denicola17-Sep-07 0:17
Domenic Denicola17-Sep-07 0:17 
AnswerRe: A listview-like control for displaying log messages? Pin
Pete O'Hanlon17-Sep-07 1:42
mvePete O'Hanlon17-Sep-07 1:42 
Questionhow to get email address in microsoft exchange server? [modified] Pin
goldenchance17-Sep-07 0:02
goldenchance17-Sep-07 0:02 
AnswerRe: how to get email address in microsoft exchange server? Pin
Corinna John17-Sep-07 4:23
Corinna John17-Sep-07 4:23 
GeneralRe: how to get email address in microsoft exchange server? [modified] Pin
goldenchance17-Sep-07 15:50
goldenchance17-Sep-07 15:50 
GeneralRe: how to get email address in microsoft exchange server? Pin
Corinna John19-Sep-07 8:56
Corinna John19-Sep-07 8:56 
QuestionStop timer Pin
andredani16-Sep-07 23:56
andredani16-Sep-07 23:56 
AnswerRe: Stop timer Pin
Martin#17-Sep-07 0:11
Martin#17-Sep-07 0:11 
AnswerRe: Stop timer Pin
Giorgi Dalakishvili17-Sep-07 0:14
mentorGiorgi Dalakishvili17-Sep-07 0:14 
GeneralRe: Stop timer Pin
blackjack215017-Sep-07 1:10
blackjack215017-Sep-07 1:10 
QuestionDataGridView Pin
DeepOceans16-Sep-07 23:51
DeepOceans16-Sep-07 23:51 
AnswerRe: DataGridView Pin
Giorgi Dalakishvili17-Sep-07 0:15
mentorGiorgi Dalakishvili17-Sep-07 0:15 
AnswerRe: DataGridView Pin
Imran Khan Pathan17-Sep-07 2:00
Imran Khan Pathan17-Sep-07 2:00 
QuestionSearch GUI to configurate Log4Net! Pin
T-Bear198716-Sep-07 23:25
T-Bear198716-Sep-07 23:25 

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.