Julien Pinquié

ASP.NET, C#, SQL Server, Windows Live

Browse by Tags

All Tags » asp.net (RSS)
Comportement du FileUpload dans un contrôle Ajax UpdatePanel
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">...
Posted: May 18 2009, 10:43 AM by jpinquie | with no comments
Filed under: ,
How to resolve "__doPostBack is not defined" error
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...
More Posts