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.