I have a page with a gridview on it, and then under it a detailview for inserting rows into the gridview's database table. All works great, but I would like to put the detailview into a collapsible panel. I added the two panels, one for the linkbutton and one for the detailview. The panel collapses and expands great. BUT when I try adding data to the controls in the detailview, click "insert", I get the message that no data was entered into the controls. When I comment out the ajax CollapsiblePanelExtender code, it inserts the data just great. Any ideas?
↧