注册 登录
编程论坛 ASP.NET技术论坛

在gridvie中怎样移到特定的行?

tanguojiang 发布于 2009-10-09 11:23, 487 次点击
        通过点击按纽移到特定的行?
        。。。
        SqlCommand cc = new SqlCommand(sql,y.SQL);
        SqlDataReader rr = cc.ExecuteReader();
        if (rr.Read())
        {
   
        我要在此通过rr移到特定的一行,又怎样移到下一行?

        }
0 回复
1