Hi, I am a newbie at C# and Silverlight, and I'm kinda stumpted. I'm working on a Silverlight web map that has a feature layer which queries a map service in XAML. One of the fields in this query is displayed within a Textblock on a Maptip. I would like to read this line of text (< 20 characters) into a list or array in Code-behind. I want to do this so I can compare that text line against a string list that I already have. Is there a way to do this?
Thanks!