Когда я нажимаю кнопку минус изображение, все продукты отсутствуют. из всего товара в корзине будет минус
#c# #asp.net Вопрос: protected void minus_Click(object sender, ImageClickEventArgs e) { SqlConnection con1 = new SqlConnection(ConfigurationManager.ConnectionStrings["myDB"].ConnectionString); con1.Open(); CountTotal(); foreach (RepeaterItem item in Repeater1.Items) { String Id = ((Label)item.FindControl("lblId")).Text; SqlCommand Command =…