views:

25

answers:

0

I have an object that has 2 properties which are IEnumerables of a complex object (file upload, caption, url) and of a string.

I am wondering how to best handle this in scaffolding. Or is it something that should be done completely custom.

This is a small budget website, so the simpler the better.