i can’t get the control visible property to change accordingly to my set value in code, and it looks ugly: htmlLabel1.Visible = false; htmlLabel1.Update(); htmlLabel2.Visible = true; htmlLabel2.Update(); path = s; if (Path.GetExtension(s) == ".iso") { check = CalculateChecksum(s); } This is what it looks like: Are there any alternatives to Update() that i can […]
The post Control Visible Proprety not changing to set value appeared first on BlogoSfera.