void loadvideo() { DataTable dt; dt = DBProvider.Video_DAO.Instance.getListvideo(); DTLVideo.DataSource = dt; DTLVideo.DataBind(); }
void loadvideo() { DataTable dt; dt = DBProvider.Video_DAO.Instance.getListvideo(); DTLVideo.DataSource = dt; DTLVideo.DataBind(); string link = Request.QueryString["ID"]; ifVideo.Src = link; }