Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can i bind combox with a column
and i want to bind two column in a single combobox. is this possible. help please..
Posted

1 solution

you mean two columns eg. StudentName and Age Right ?
Then Make a Sql Script and bind it .....

Eg.

SQL
SELECT stu_Name +' [' + Age +']' as Student, Stu_ID from TableName
ORDER by Student
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900