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
Michael Braun
NA
0
22.7k
DataBinding in ComboBox
May 20 2009 12:26 PM
Hello, I have a ComboBox, which get its values from BindingSource, and gets its current value from another BindingSource. (If it matters, the source of the BindingSource is DataSet). Here is the problem i am facing: i want the combo to present the values, but with exta information that changes from value to value. I want that for strings that are 3 length long, will be showen with extra "!!", and strings with 5 length long will be shown with exta "@@". For example, if this is the content of my DataSet (which connected to the BindingSource): dog, cat, cool, animal so this is how the value would seem to the user: dog!!, cat!!, cool, animal@@ of course i dont want the DataSet behind the BindingSource to be changed.. just for the combo presentation. Thank you very much, Liran.
Reply
Answers (
0
)
how to use user defined function of one form in another form - giving error for two tables (plz see my last post)
How to store listview items in txt file