I have 3 tables related by some keys. I add these three tables to a dataset and finally write to XML file. The XML file is then sent to the client. Since I added the relations, the XML shows proper hierarchy. I am facing an issue that the XML file shows the related data in sequencial order. Ex:
Code:
<table1> <table1_col1>col1</table1_col1> <table1_col2>col2</table1_col2>