I have seen some instances where people will say you have to use JS .style.display = 'none'; and that .NET .Visible = false will not work.
What is the difference between the two and why would something work with the JS and not with the .NET?
An example is http://www.componentart.com/forums/ShowPost.aspx?PostID=27586 (see the bottom post)
Thanks