// Ouvrir le controlPanelExtender
this.cpe.Collapsed = false;
this.cpe.ClientState = "false";
// Fermer le controlPanelExtender
this.cpe.Collapsed = true;
this.cpe.ClientState = "true";