document.getElementById('<%=divcity.ClientID%>').style.display="block";}
javascript error
That means a does not have the value "CITY"
place an alert and check a value
alert(a);
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.