Re: XML to DataSet - Problem
SOLVED with a new XML-File....
<Characteristics>
<PostalCodeCharacteristics>name1;123</PostalCodeCharacteristics>
<PostalCodeCharacteristics>name2;234</PostalCodeCharacteristics>
<PostalCodeCharacteristics>name3;345</PostalCodeCharacteristics>
<TownCharacteristics>name1;234</TownCharacteristics>
<TownCharacteristics>name2;345</TownCharacteristics>
</Characteristics>
EDIT: But nevertheless, can anyone say me, how to deal with the upper XML-File??
Re: XML to DataSet - Problem
Re: XML to DataSet - Problem
Plz change this line
ds.ReadXml(xmlPath);
to
ds.ReadXml(Context.Server.Mappath(xmlpath);
rajesh