得到DataSet 中字段的值

来源:互联网 发布:ubuntu里的dash 编辑:程序博客网 时间:2024/05/21 09:00

dataset ds=new dataset();

textbox1.text=ds.tables[0].rows[position][column_name].tostring();