Is there any equivalent control to UltraExpandableGroupBox in Web?
I am using UltraExpandablegroupbox in my desktop solution. Andt I am using FlowLayoutPanel inside that Group box. So If I hide controls inside my Panel, It resizes by itsself.
Now I want to do same thing in my WebApplication also.
Any Suggesstions will be highly appreciated.
Our WebPanel control provides this functionality, including the ability to expand or collapse the panel to show or hide its contents.
Thanks for your reply. Now I am using web panel and its almost same as expandable panel. But there is one problem that I am facing because of webpanel. I have one button inside the webpanel and one grid which is outside of webpanel. I am using ajax to refresh that grid on Button click event. I am using update panel and trigger to implement ajax on my grid. But its showing me error that my button should be inside update panel. But if I put that button outside of webpanel(still not inside of update panel) than it works fine. It means web panel is creating some issue. Please see if you can help me
Thanks