Container.DataItem.CreateChildView(relations) doesn't solve your problem,in your XML you have some nested tags like,
Code:
<Options>
<SupportsAlphaSearch />
<Barnardisation />
<ReconcileUniverse />
<RFModelType />
</Options>
<AccessCodes>
<CODE>@@@@</CODE>
</AccessCodes>
or some repeated tags like,
Code:
<Language id="ENG">
<Description>English (United States)</Description>
</Language>
<Language id="FRA">
<Description>French (France)</Description>
</Language>
every cell of DataTable should be something like string,DateTime,int,...but for such tags every cell should be another nested DataTable or DataSet so the main DataSet would run in some problems to parse such tags,there should be some
tricks for these,but I don't know,
other forums,
ASP.NET Forums ,
CodeGuru Forums.
Quote:
quote:Originally posted by pallone
I will let you know if I can figure out another way of doing that.
|
Thanks man,like you I'm very curious to find its solution because it can make many things simple:)
_____________
Mehdi.
software student.