Is there a way to add combox boxes and calendar controls inside the File List of AsyncUpload ? I want a combox box and calendar control to show next to each uploaded file in the list. How to implement this ? And how to access each combo box and calendar control ?
The rows for the uploaded files are created dynamically via JavaScript and that is why server controls cannot be added to the rows.
What I can suggest you to consider is using hidden fields for storing the values and use some Calendar and Textboxes outside the AsyncUpload to edit the fields. Then you can easily get the values of the hidden fields on the server by following the steps in Adding Information to Uploaded Files.