I'm looking for suggestions as to what type of form control, or what combination of form controls I should use for the following task:
I have a list of files that all need to be renamed, and the new name must be typed in manually. I essentially need to display the list of files, and provide a text box for renaming. I prefer that all files, and their new name are displayed all at once, instead of a list of files, with 1 text box that updates when you click on the file in the list.