Sunday, March 11, 2012

collapsiblePanelExtenders and lazy loading

If I were you I would not use that CollapsiblePanelExtender and instead just use your buttons click event to set visible=true or visible=false on your panel that you are trying to hide of show. Then place an UpdatePanel around your button and panel and so everything will be done asyncronously. This will allow you to populate the data in the panel before you set visible=true.

No comments:

Post a Comment