ASPX:
Put the following JavaScript code in the <head></head> section:
Code behind:
Always be aware to check "=" and "==":
document.getElementById('lbl_UpdateInfo').style.display = 'none'
and
document.getElementById('lbl_UpdateInfo').style.display == 'none'