protected void Page_Load(object sender, EventArgs e) { ProduitDAO pdao = new ProduitDAO("clone_kijiji", "root", "root"); product.DataSource = pdao.GetAllProduit(); product.DataBind(); }