J
John
I have a panel on a webpage. I use client Javacript to manipulate its
visibility using something like: Panel.style.display = 'none'.
During a postback, getting the Visible attribute always returns true
whether the panel was visible or not. Is there another Javascript method to
turn on/off a Panel's visibility *and* whose attribute can be read from
code behind?
I am thinking of using a hidden field as a flag placeholder which can be
used both in client Javascript and code behind. Is there a better way?
John
visibility using something like: Panel.style.display = 'none'.
During a postback, getting the Visible attribute always returns true
whether the panel was visible or not. Is there another Javascript method to
turn on/off a Panel's visibility *and* whose attribute can be read from
code behind?
I am thinking of using a hidden field as a flag placeholder which can be
used both in client Javascript and code behind. Is there a better way?
John