I am currently storing images in the database and have an ImageEntity and typed list for images.
My client has switched providers and they charge against the size of the database. This has kind of pre-empted my decision to store images on the filesystem, so I am creating a new business layer that goes to the file system insetad of through to the database.
To stop myself having to re-generate all my datagrids and repeater controls I was wondering if there is a way of manually creating a TypedList with DataRows as currently I cannot manually create an ImageRow and add these to the Row collection of the ImageTypedList.
I am using the Self servicing 2 class model, and if you could help or have any other possible ways around this I would be grateful
Many thanks
Richard