Easy one for you all...
I'm new to Silverlight and really missing stuff like DataTables and things. What I'm also currently struggling with is how to get the text of my combobox's currently selected item. In winforms I would have done:
ComboBox myCombo = new ComboBox.......
string selected = myCombo.Text;
I'm struggling how to get this info out.