datagridview选中,如何赋值给combobox控件
combobox控件已经绑定了表T_Shouyao的一个字段SBingzheng(该combobox负责赋值给表T_Bingzhu里的B_SBingzheng字段)dat...
combobox控件已经绑定了表 T_Shouyao 的一个字段 SBingzheng (该combobox 负责赋值给表 T_Bingzhu 里的B_SBingzheng 字段)
datagridview 绑定的表 T_Bingzhu ,现要选中datagridview中的 B_SBingzheng 列的一项,想在原combox里进行呈现 ,请问应该怎么呈现。
我现在
if (e.ColumnIndex == 3 && e.RowIndex > -1)
{
if (dataGridView1[e.ColumnIndex, e.RowIndex].Value != null)
{
comboBox1 .Text = dataGridView1[e.ColumnIndex, e.RowIndex].Value.ToString();
}
这么些 combobox 没反应 应该怎么写。。。 小白请诸位大神帮忙 展开
datagridview 绑定的表 T_Bingzhu ,现要选中datagridview中的 B_SBingzheng 列的一项,想在原combox里进行呈现 ,请问应该怎么呈现。
我现在
if (e.ColumnIndex == 3 && e.RowIndex > -1)
{
if (dataGridView1[e.ColumnIndex, e.RowIndex].Value != null)
{
comboBox1 .Text = dataGridView1[e.ColumnIndex, e.RowIndex].Value.ToString();
}
这么些 combobox 没反应 应该怎么写。。。 小白请诸位大神帮忙 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询