select sum()as a1,count() as a2 from....返回一个dataview,假设为dv,将textbox1.text=dv[0]["a1"].tostring();