Partial view on button click
问题 I have Controller: public ActionResult Index(string Activites) { var item2 = (from o in frh.Dates orderby o.Date1 select o.Date1).ToArray(); int lenght = item2.Count(); string[] data = new string[lenght]; DateTime[] data3 = new DateTime[lenght]; object[] data2 = new object[lenght]; double?[] last = new double?[lenght]; // liste des mois -- string for (int i = 0; i < lenght; i++) { data[i] = item2[i].ToString("dd/MM/yyyy"); //if (data[i].Equals(Dates)) //{ break; } //if (data[i] == Dates)