Hi,
I am using code as follows:
ddNewProperty.Attributes["onfocus"]="document.getElementById('" + lblSelectedProperty.ClientID + "').style.visibility =hidden; ";
to seet the visibilit of the above and different server controls such as textboxes and dropdownlists on my webform, but to no avail. Can someone please point out the mistake in my code?
Thanks in advance