I\'m developing an ASP.NET application with C# and Visual Studio 2008 SP1. I\'m using WebForms.
I have an ASPX page with two UpdatePanels, one on the left that holds
Fill Upload requires a full post, and if you use a Update Panel, it does a partial post back. So, FileUpload by itself will not work. You will have to handle it differently by calling the RegisterPostBackControl.
See this link for details --> http://geekswithblogs.net/mmintoff/archive/2009/04/01/fileupload-within-updatepanel.aspx