I am trying to build a data source for a list box. Here a fragment of an xml I am using:
<?xml version="1.0" encoding="utf-8" ?>
<states>
<state name="ALABAMA" abbreviation="AL" />
<state name="ALASKA" abbreviation="AK" />
........
Can you please help with data source creation?
Thanks
<?xml version="1.0" encoding="utf-8" ?>
<states>
<state name="ALABAMA" abbreviation="AL" />
<state name="ALASKA" abbreviation="AK" />
........
Can you please help with data source creation?
Thanks
Comment