45 messaggi dal 19 gennaio 2004
Ho letto che è possibile avviare una funzione javascript all'apertura del popup, come riportato nel codice allegato. Chiedevo se è possibile avviare una funzione alla chiusura del PpopUp.

<script type="text/javascript" language="javascript">
function pageLoad(){
$find("<%=PopupControlExtender1.ClientID %>")._popupBehavior.add_showing(onPopupShowing);
}
function onPopupShowing(sender, eventArgs){
var popUp = sender.get_element(); //Now, we get the Panel which is associated with the PopupControlExtender. So we can use popUp.parent or popUp.parent.parent to get the current row. then change the row css style.
}
</script>

Francesco

Torna al forum | Feed RSS

ASPItalia.com non è responsabile per il contenuto dei messaggi presenti su questo servizio, non avendo nessun controllo sui messaggi postati nei propri forum, che rappresentano l'espressione del pensiero degli autori.