存储储过程:

GO



C#程序:

将存储过程返回的数据集填充到DataSet/DataTable(C#) 程序代码
 dt.DefaultView;
GridView1.DataBind();

 

相关文章: