BoundColumn col = new BoundColumn();
col.HeaderText = "申请人";
col.DataField = "";??????????如何绑定SELECT查询????????????????
MeetingPlanDG.Columns.Add(col);