I have a div element on my page that I wish to show/hide based on a session value in my code-behind. How can I do this?
one fast and simple way is to make the div as
and on code behind you set MyDiv.Visible=false
MyDiv.Visible=false