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.