Every example of hiding/showing a layer on google is using Javascript. This would be cool, but I am writing most of my stuff in VB.NET and can't call a client side script from the server side. Basically I have four check boxes that a user would check one or many to unhide text boxes so they could input search criteria. That works. But I want a routine to hide the text boxes if they UNCHECK the checkbox. The layer hiding is done in Javascript, so I can't make a simple VB sub to check if chkbox1.checked it simply won't call the java function...Therefore, is there an easy way in VB to hide or unhide a layer? I'm sure there is, I'm just a dunce.
Thanks,
Steve
Thanks,
Steve