TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Nafihudheen KT
NA
43
79.5k
How to display more than one columns in a combobox ?
Apr 11 2012 7:30 AM
Hai,
One of the form in my application contain a combo box which has the client names, currently I coded this like the following,
comboName.DisplayMember = "client_name";
comboName.ValueMember = "client_id";
But I want to show both 'client_name' and 'client_code' in the same combobox that means both 'client_name' and 'client_code' as DisplayMembers, if any body have any idea about this please share it....
Thanking you in advance,
Reply
Answers (
3
)
How to Move the RichtextBox alignments along with Trackbars
Conversion from MDB/ACCDB to XLS/XLSX