hi guys i am try to change label properties visible set as false at the time of any text box is focused...it working on without master pages but with master page it can't work properly.
any one help me.
document.getElementById('lblmsg').style.display = 'none';( it work on without master page)
same it cant be work at with master pages.