Apr 30, 2009 #1 MJV57 Programmer Apr 18, 2009 87 CA Is there a way to show more than one field in a combo box?
Apr 30, 2009 #2 dinger2121 Programmer Sep 11, 2007 439 US how are you binding to your combobox? You can just concatenate the two fields that you would like to display. carl MCSD, MCTS:MOSS Upvote 0 Downvote
how are you binding to your combobox? You can just concatenate the two fields that you would like to display. carl MCSD, MCTS:MOSS
May 1, 2009 Thread starter #3 MJV57 Programmer Apr 18, 2009 87 CA I guess this is where Im a little lost. Im using the datasource under the properties section of visual studio. Upvote 0 Downvote
I guess this is where Im a little lost. Im using the datasource under the properties section of visual studio.
May 4, 2009 #4 dinger2121 Programmer Sep 11, 2007 439 US You may want to try databinding the combobox in your code. Google search for databind combobox should be able to help you. carl MCSD, MCTS:MOSS Upvote 0 Downvote
You may want to try databinding the combobox in your code. Google search for databind combobox should be able to help you. carl MCSD, MCTS:MOSS