Answer: With the help of Display style property,we can hide/show controls in Javascript.
Display property has None and Block values.
For Example:-
docoment.getElementById('<%=txt_salary.ClientID%>').style.display = 'none';
Asked In: Many Interviews |
Alert Moderator