I have a Div with runat attribut="server" .I have an asp.net button control in my page,When this button is clicked,I want to hide the div.Is there any other option that changing visibility to false.I cant use the visibility to false,because when i change visibility,I cant access the same in my javascript since it is removed from the browser.I want to Show that hided div from my javascript
Any thoughts ? Thanks in advance