Today I encountered a strange problem. I used JavaScript to set a ASP DropDownList control inside a Datagrid footer to not visible, the code is something like:
ddlNewSelection.style.visibility = ‘hidden’;
But somehow the drop down list still visible in the page. I used an alert after the code then realized that the control is in fact set [...]