I'm sure this is very simple, but I can't seem to figure it out... is there any way of showing the concatenation of more than one field in a dropdown as the DataTextField? For example, I want a select box which lists currently stored documents in my database, but want to show it in the format:
Title (year)
at the very least (possibly more fields and even different ones if some are null for example).
The only way I can think of doing this is to either alter the SP or create a custom one which returns the fields concatenated into a single field, then choosing this field as the DataTextField value... is there a way of doing this in the code rather than the SP?
Thanks.