标签:tostring sage box color pwd text code ++ div
在dt里寻找一个值 先找到行 之后在找列 int i = 0; for (; i < dt.Rows.Count; i++) { if (dt.Rows[i][0].ToString() == name) { } } if (dt.Rows[i - 1][1].ToString() == pwd) { MessageBox.Show("登录成功!"); } this.textBox1.Focus();//获取焦点
标签:tostring sage box color pwd text code ++ div
原文地址:http://www.cnblogs.com/zeng-qh/p/7357102.html