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.