protected void Session_Start(object sender, EventArgs e) { Carrito.Detalle tabla = new Carrito.Detalle(); Session["carrito"] = tabla.getTabla; }