Example #1
0
 // 修改数据
 private void GvBind()
 {
     // 调用逻辑层函数查看来自学生的建议
     gv.DataSource = finSrv.GetFbByStud();
     gv.DataBind();
 }