I have a drop down list box in which the underlying value is a numeric ID# but the display value is a text string. I am using code to access the selection in the drop down list box as follows:
myVar = XDocument.DOM.selectSingleNode("//my:myFields/@my:dataFilter").text
This returns the numeric value however and I cant figure out how to capture the displayed text string. If anyone has a solution, please let me know!!!