...
public void GetSth(){
DataTable dt=bll.GetData();//此处dt能够得到输出
textBox1.text=dt.toString();
}
如上代码,textBox 得到的值总是空的.  这样写格式不对么?