Il existe une subtilité dans l'utilisation d'un FileUpload placé dans un contrôle UpdatePanel . Pour des raisons de sécurité, la configuration suivante ne fonctionnera pas. < asp : UpdatePanel ID ="UpdatePanel1" runat ="server">...
It just happened to me... I put my script in an file and declare it in the header like this : < script src ="js/masterpage.js" type ="text/javascript" /> When I launch the page, I get a javascript error __doPostBack is not defined and none of my...