一、把DataTable数据显示在GridView中

this.GridView1.DataSource = myDataTable;
this.GridView1.DataBind();

posted on 2019-03-21 09:44  文龙再现  阅读(129)  评论(0编辑  收藏  举报