Is it possible to access the dbf file during the binding (see below):
this
.StateLayer.Reader.DataSource = new Uri(string.Format(ShapeRelativeUriFormat, "usa_states.dbf"), UriKind.Relative);
I would like to append some text to each of the state names, if I could do some sort of loop / foreach that would be great. Can you provide sample code?
Regards
Thomas