Hide server control using javascript

Rajni.Shekhar
Posted by Rajni.Shekhar under JavaScript category on | Points: 40 | Views : 3071
Use following line to hide server control.

document.getElementById('controlID').style.visibility = "hidden";

Comments or Responses

Login to post response