document.getElementById('<%=divcity.ClientID%>').style.display="block";}
javascript error
Try this
document.getElementById('divcity').style.display="block";}
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.