Ajax

FileUpload in an Ajax UpdatePanel

In an application I'm developing, most pages have grids and forms that I want to wrap in UpdatePanels. To simplify this I decided to place the ContentTemplate of the master page in an UpdatePanel so that all pages would get this functionality by default. This worked fine, until I placed a FileUpload control on one of the pages. It turns out that FileUpload controls don't work with an asynchronous postback.

posted @ Thursday, November 01, 2007 12:14 PM | Feedback (18)