Beispiel #1
0
 protected void BindRports()
 {
     gv_ReportList.DataSource = Rpt_ReportBLL.GetFrequentByStaff((int)Session["UserID"]);
     gv_ReportList.DataBind();
 }