/// <summary> /// 绑定数据 /// </summary> public new void DataBind() { DataTable dt = bcontent.GetContentAll(); Egv.DataSource = dt; Egv.DataBind(); }