Re: Adding HTML to the file upload list

  •  10-22-2009, 2:29 PM

    Re: Adding HTML to the file upload list

    Thanks.  This appears to generally be what I am looking for.  However, it does not appear that ClientData is valid in the class AttachmentItemEventArgs, because when I put the method UploadAttachments1_AttachmentAdded(object sender, AttachmentItemEventArgs args) in the code behind, ClientData is not available in the list of methods & properties of args.Item.
View Complete Thread