Hi folks,
I know this is a really simple question but how do you combine two DataTextField's into one??
Exmaple:
Say I have a drop down box and in there the Text Value is "Joe Bloggs"), but in my data reader is pulls back two fields FirstName and SurName.
In the DataTextField property of the DropDownBox how do I set the property to use two fields??
Thanks
|