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

请问如何使dt.Rows[?][“字段名”].toString()输出相应的记录?

恋雪怜冰 发布于 2010-09-02 12:31, 986 次点击
根据id查询的结果如下:
只有本站会员才能查看附件,请 登录

页面后台代码如下:
 DataTable dt1 = BusinessBus.selectBD(businessID);
 this.ftbBJ.Text = dt1.Rows[0]["qualification"].ToString();
请问怎样才能得到查询的结果都显示在FreeTextBox中?
望高手帮忙看看?
2 回复
#2
恋雪怜冰2010-09-02 13:04
我已经解决了
#3
bygg2010-09-02 13:07
LZ聪明
1