Esempio n. 1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            MovieDaoCollection.CreateMovieList();
            MovieDaoCollection movieList = new MovieDaoCollection();

            AdminMovieList.DataSource = movieList.GetMovieListAdmin();
            AdminMovieList.DataBind();
        }
        protected void Page_Load(object sender, EventArgs e)
        {
            MovieDaoCollection.CreateMovieList();
            MovieDaoCollection CustomerMovie = new MovieDaoCollection();

            CustomerMovieList.DataSource = CustomerMovie.GetMovieListCustomer();
            CustomerMovieList.DataBind();
        }