E
eagle
I am using the Collapsible panel extender in 3 different sections on my web
page. each panel individually works fine. However, I want to create a link
that will close or open all three panels and I can't seem to find where to
do that. When I click the collapsed link, my command code is
CollapsiblePanelExtender1.Collapsed=True. If I step through the program, it
always says the value is "True" but it's not, the panel is still expanded.
You used to be able to add a watch that would stop wherever the value
changed and now I seem to only be able to add a watch that stops at a
particular palce only if the value is changed, that doesn't make much sense,
if I knew where the value was changing then I wouldn't have to use the
conditional watch.
So my two questions are: How to make all three panels collapse (even with
the link, somewhere it is returning to the default of Expanded), and how can
I add a watch so that it stops whenever the collapsed value is changed so I
can figure out where it's picking up the default. Thank you for your help.
page. each panel individually works fine. However, I want to create a link
that will close or open all three panels and I can't seem to find where to
do that. When I click the collapsed link, my command code is
CollapsiblePanelExtender1.Collapsed=True. If I step through the program, it
always says the value is "True" but it's not, the panel is still expanded.
You used to be able to add a watch that would stop wherever the value
changed and now I seem to only be able to add a watch that stops at a
particular palce only if the value is changed, that doesn't make much sense,
if I knew where the value was changing then I wouldn't have to use the
conditional watch.
So my two questions are: How to make all three panels collapse (even with
the link, somewhere it is returning to the default of Expanded), and how can
I add a watch so that it stops whenever the collapsed value is changed so I
can figure out where it's picking up the default. Thank you for your help.