G
Guest
Hi there,
I am planning to implement a Datagrid display for my XML data. XML data has <problem><id>1</descrption>something</description><id>2</descrption>somewhere</description></problem>
These problem have associated comments for it.
<comments><id>1</id><Date>12/1/2004</Date><comment>adasdasdas</comment><id>1</id><Date>12/1/2004</Date><comment>qweiqweqw</comment><id>1</id><Date>12/1/2004</Date><comment>juewe</comment><id>2</id><Date>13/1/2004</Date><comment>adasdasdas</comment><id>2</id><Date>13/1/2004</Date><comment>qweiqweqw</comment><id>2</id><Date>13/1/2004</Date><comment>juewe</comment></comments>
I am displaying all the data from problem into a grid row and the comments have to be in the same row but it has to set the datasource to another XML.
Or can I have the Problem as well as comments in the same XML file and use it in my datagrid?
Any help would be greatly appreciated.
I am a novice to .net and please dont mind about my technical knowledge if these questions are absurd.
Thanks
John
I am planning to implement a Datagrid display for my XML data. XML data has <problem><id>1</descrption>something</description><id>2</descrption>somewhere</description></problem>
These problem have associated comments for it.
<comments><id>1</id><Date>12/1/2004</Date><comment>adasdasdas</comment><id>1</id><Date>12/1/2004</Date><comment>qweiqweqw</comment><id>1</id><Date>12/1/2004</Date><comment>juewe</comment><id>2</id><Date>13/1/2004</Date><comment>adasdasdas</comment><id>2</id><Date>13/1/2004</Date><comment>qweiqweqw</comment><id>2</id><Date>13/1/2004</Date><comment>juewe</comment></comments>
I am displaying all the data from problem into a grid row and the comments have to be in the same row but it has to set the datasource to another XML.
Or can I have the Problem as well as comments in the same XML file and use it in my datagrid?
Any help would be greatly appreciated.
I am a novice to .net and please dont mind about my technical knowledge if these questions are absurd.
Thanks
John