Surely it's just a property to set...
For example if I have
<country CountryName = "Canada">
</country>
How do I display Canada instead of "country?"
Travis said:Surely it's just a property to set... For example if I have <country CountryName = "Canada"></country> How do I display Canada instead of "country?"
Did you ever get an answer to this? This is exactly what I need to do.
Many thanks,
Kevin
I think that's a pretty easy one and more information can also be found in the help file. I believe you just right click on the WebTree control in design view, go to Quick Design and click on Node Bindings, create a new binding and under the TextField property, you can bind that type of node to a particular attribute in your XML file.
Hope that helps.