I have an XDocument that I dynamically create from an external set of data. I would like to bind the content of the whole document to a gridview programmatically.
The structure of the XML is not set, although the data is flat (imported from flat tab separated file).
I tried creating a Linq select query against the XDocument, which I understand is one of the methods which returns an IQueryable object, but I did not manage to find a syntax which would work without a where statement.
Start Free Trial