A
Anita C
Hi,
I am using code as follows:
ddNewProperty.Attributes["onfocus"]="document.getElementById('" +
lblSelectedProperty.ClientID + "').style.visibility =hidden; ";
to set the visibility 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
I am using code as follows:
ddNewProperty.Attributes["onfocus"]="document.getElementById('" +
lblSelectedProperty.ClientID + "').style.visibility =hidden; ";
to set the visibility 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