Hi,

Excuse this if it is a simple question - I am quite new to ASP.NET

I just read the following article - It suggests I use a DataTable object instead of a DataSet.

Dot Net Junkies: Use DataTable instead of DataSet

Is there a simple way to read an XML File into a DataTable object?

I know I can do this with a DataSet with the ReadXML() method - but how about a DataTable? Is there any great benefit to doing this?

Thanks,
Tim