I am trying to check the state of a panel with collapsible panel extender.
I want to know on client side know whether it is expanded or collapsed.
Pretty much as simple as that. Anyone got any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming that thePanelExtender is the extender control. You can also change the collapsed state using
set_Collapsed(true|false)See http://www.dotnetcurry.com/ShowArticle.aspx?ID=230