Adrien Lapointe wrote:From a design point of view, would it be more appropriate on the server or client side?
I would certainly do all selection on the server for the following reasons:
1. minimum amount of text sent to client
2. flexibility if you need to grow the properties with more data types, for example cds or tapes
3. less dependence on client capabilities
Bill