protected void Page_PreRender(object sender, EventArgs e) { var cart = new ProductCart(); cartCount.InnerText = $"Cart ({cart.GetCount()})"; }