Body: <NoteToSelf> I had some issues with SelectedValue() on a WinForms ComboBox when adding values dynamically to it and used this: public class ComboValues { private string _key; private string _value; public string Value { get { return _value;
Read More...
Read the complete post at http://wss.made4the.net/Lists/Posts/ViewPost.aspx?ID=589