Adding HTML to the file upload list

  •  10-21-2009, 11:34 AM

    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.
View Complete Thread