Hi,
I have an xml document which looks like this:
OK suppressionlist_get Suppression List Get 24 Oct 08 @ 10:16AM [email protected] RECIPSELF Recipient self suppressed 23 Oct 08 @ 8:53PM facm
I have omitted the closing of the document for clarity and to keep this post short.
Anyway, I have a gridview and I want to bind this XML to the gridview so I get table, like:
email type long created user data data data data data
And so forth.
I was playing with datasets and xmldatadocuments and when stepping through, each attribute seemed to be represented as its own table in a data collection table.
Any ideas on how to achieve the above? I thought it was as simple as just adding a gridview, and xml data source with the data file specified.
Thanks