Re: UploadAttachments loses file info during multiple postbacks (Viewstate is enabled)

  •  12-21-2011, 7:11 AM

    Re: UploadAttachments loses file info during multiple postbacks (Viewstate is enabled)

    Hi tweek82,
     
    Please add the code below into your page, uploader1 is the uploader control id.
     
      protected override void OnPreRender(EventArgs e)
            {
                base.OnPreRender(e);
                uploader1.Items.ToString();
            }
     
    Regards,
     
    Ken 
View Complete Thread