码迷,mamicode.com
首页 > 其他好文 > 详细

在dt里寻找一个值

时间:2017-08-14 12:43:03      阅读:100      评论:0      收藏:0      [点我收藏+]

标签: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();//获取焦点

 

在dt里寻找一个值

标签:tostring   sage   box   color   pwd   text   code   ++   div   

原文地址:http://www.cnblogs.com/zeng-qh/p/7357102.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!