I was thinking about adding an asp:radiobuttonlist to the page initially along with a hidden field. And when I change any of the selections, update the value of the hiddenfield to reflect the types (what's avail. to select in the lists) chosen.

For example.

If I have picked 3 different files to upload and have chose 'Generic', 'Type1', 'Type2' respective of the order that the lists are added to the page.

Then the hidden field's value would be "1;2;3" to reflect the DB id of the type.

Does that sound like a reasonable approach?

Thanks again!