示例#1
0
        void loadvideo()
        {
            DataTable dt;

            dt = DBProvider.Video_DAO.Instance.getListvideo();
            DTLVideo.DataSource = dt;
            DTLVideo.DataBind();
        }
示例#2
0
        void loadvideo()
        {
            DataTable dt;

            dt = DBProvider.Video_DAO.Instance.getListvideo();
            DTLVideo.DataSource = dt;
            DTLVideo.DataBind();
            string link = Request.QueryString["ID"];

            ifVideo.Src = link;
        }