|
-
May 11th, 2004, 11:10 AM
#1
Thread Starter
Lively Member
adding datatable within a datatable
Hi All,
Is there anyway that I can add a datatable within a datatable in a dataset.
The XML representation would be:
<NewDataSet>
<DataTable1 >
<DataRow11>test</DataRow11>
<DataRow12>test</DataRow12>
<DataTable2>
<DataRow21>test</DataRow21>
<DataRow22>test</DataRow22>
</DataTable2>
</DataTable1>
</NewDataSet>
How can I add DataTable2 to DataTable1??
Any help would be appreciated.
Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|