foreach(DataRowView row in listBox.Items )
{
MessageBox.Show(row["displayMember"].ToString())
}
05-26 06:26