views:

126

answers:

1

cpe.Collapsed seems to be always set to the initial state and not reflect the current state. Is there a direct way to determine on the server if the panel is collapsed?

+1  A: 
if (cpe.ClientState == "true") // panel is collapsed.
cdonner

related questions