1
Answer

Import XML into a Dataset and then query it

Colin Adan

Colin Adan

18y
4.3k
1
Hi

I hope I'm in the right section for this post.

Basically, I am importing some xml (using ReadXML and C#) into a Dataset. I can filter the dataset but can only manage to display my results in a textbox.

Is there a way to query/filter the dataset and display the results of that filter in a second dataset?

Many thanks for your help
Col
Answers (1)
0
Vilas

Vilas

NA 3 0 15y

 
thanks for the answer that worked. I have modifed that to make it work under XAML.
 
Vilas