摘要:
获得 ListBox(已绑定数据源) 当前选定行的 Text 或 Value:DataRowView dr = listBoxSource.SelectedItem as DataRowView;dr[listBoxSource.DisplayMember].ToString();//Textdr[listBoxSource.ValueMember].ToString().Trim();... 阅读全文
posted @ 2007-07-29 17:08
文强
阅读(744)
评论(0)
推荐(0)
浙公网安备 33010602011771号