How to determine the collapsed state of the AjaxControlToolkit CollapsiblePanelExtender in code-behind? -


cpe. Collapsed हमेशा प्रारंभिक स्थिति पर सेट होता है और वर्तमान स्थिति को प्रदर्शित नहीं करता है अगर पैनल ढह जाता है तो क्या सर्वर पर निर्धारित करने का कोई सीधा तरीका है?

  यदि ( Cpe.ClientState == "true") // पैनल को संक्षिप्त कर दिया गया है।  

Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

Best practice for URL redirection in ASP.NET web application -