Adding HTML to the file upload list

Last post 10-23-2009, 8:32 AM by cutechat. 3 replies.
Sort Posts: Previous Next
  •  10-21-2009, 11:34 AM 56568

    Adding HTML to the file upload list

    Is there a way to add HTML to the table that is generated that contains the list of filenames of files to be generated?  Specifically, I'd like to add a column to the table that contains a textbox  (html input tags) for each row...that I can manipulate in the code behind. 
     
    I looked through the documentation and forums but could not find anything.  However the control has <itemtemplate> tags which implies something can be done on a row by row basis.
     
    Any help would be appreciated.
  •  10-21-2009, 12:04 PM 56569 in reply to 56568

    Re: Adding HTML to the file upload list

    Hi,
     
    Please check this sample :
     
     
    Regards,
    Terry
     
  •  10-22-2009, 2:29 PM 56600 in reply to 56569

    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.
  •  10-23-2009, 8:32 AM 56636 in reply to 56600

    Re: Adding HTML to the file upload list

    Hi,
     
    Please download the newest version.
     
     
    We often update it .
     
    Regards,
    Terry
View as RSS news feed in XML