Exemple #1
0
 private void ShowWorksTop()
 {
     int Qgrade = Int32.Parse(Request.Cookies["StudentCookies"].Values["Sgrade"].ToString());
     LearnSite.BLL.Works ws = new LearnSite.BLL.Works();
     GridViewwork.DataSource = ws.ShowBestWork(Qgrade);
     GridViewwork.DataBind();
 }