XML document

M

Mark

I have an XML file containing 40+ records. There are no parent-child
relationships within the data. It's just forty records with one column that
is essentially a primary key. I want ONE of them using the primary key.

I intended on using a DataSet to get the data, then get the DataTable from
the DataSet containing the records. Then use a DataView to filter for the
row I need. However, I don't believe you can store the resulting filtered
"row" in a "DataRow" that I could interate through. I'm NOT going to
DataBind this ... I need the raw data.

Now ... is there an easier way to do all of this? Perhaps something in
System.XML namespace or similar?

Thanks in advance toward pointing me in the right direction.

Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top