c#中datagridview无论我选中哪一个单元格都应该读取到当前行所对应的第一列的数据。代码应该怎么写额。。
datagridview获取号码不能使用current_cell来获取号码,无论我选中哪一个单元格都应该读取到当前行所对应的号码stringi=dataGridView2...
datagridview获取号码不能使用current_cell来获取号码,无论我选中哪一个单元格都应该读取到当前行所对应的号码
string i = dataGridView2.CurrentCell.Value.ToString();
SqlConnection conn = new SqlConnection(ConStr);
conn.Open();
string sql1 = "select info from n_detail where haoma = '" + i + "'";
本来是一定要选中号码这一列才能查询,现在要改成选中当前行的haoma值。
具体该怎么办。。。 展开
string i = dataGridView2.CurrentCell.Value.ToString();
SqlConnection conn = new SqlConnection(ConStr);
conn.Open();
string sql1 = "select info from n_detail where haoma = '" + i + "'";
本来是一定要选中号码这一列才能查询,现在要改成选中当前行的haoma值。
具体该怎么办。。。 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询