0

Dears,

Updatepanel is in Aspx page.

I have a fileupload in .ascx control. Ascx user control is added when its called and every thing else (rest of page controls i.e. listview) works fine on ascx control.

Only fileupload is set to null when Add Button click is fired. I have tried accepted code (another thread in stackoverflow Persist FileUpload Control Value) in Page_Load and even Page_Init but still it becomes null.

Kindly suggest.

Community
  • 1
  • 1
user1489440
  • 7
  • 1
  • 7
  • `FileUpload` and 'UpdatePanel` do not work together. See http://stackoverflow.com/questions/26389522/asp-net-fileupload-in-updatepanel-still-not-working. – VDWWD Oct 31 '16 at 10:57
  • Thanks alot for helping. What if the updatepanel is on Masterpage, and fileupload is on a usercontrol that is getting added on runtime (dynamically) in an aspx page. Where to put the trigger – user1489440 Nov 13 '16 at 06:50

0 Answers0