textBox.text=ds.Tables[0].Rows["这里面是表的第几行,一般是0"]["这里是表的第几列"].ToString();
this.textbox.text=ds.tables[0].rows[0]["这写需要显示的字段的名称"].tostring();