Hai all i need to concate more than one colunms and show it on dropdown list ( each columns have a regular intervals.)..how can i solve this pls give some guidelines,,,
Thanks,
Vimal.V

u just using sql to join all the column that u want to include and bind it to dropdownlist.

Example SQL Query, select salutation +'|' + firstname + '|' + lastname , age from guesttable.

Hope it can help you

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.