There are times when people claim that using JS .style.display = 'none'; is necessary, as opposed to using .NET .Visible = false.
What sets these two methods apart and why might one work with JS but not with .NET?
An example can be found at (last post on the page)
Appreciate any insights you can provide. Thanks!