dropdownlist multiple fields in text?

H

HockeyFan

Is there a way to bind the DataTextField property of a dropdownlist to two
fields instead of just one?
I'd like to have Lastname, Firstname if possible. Is there a way?
 
P

puja

hi

u can't have 2 values for data text field
an alternative solution would be in ur sql query , select (firstname + ' '
+ lastname) as name from customers

and u can have "name" as datatextfield value.

hope this helps
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,754
Messages
2,569,522
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top