hello friend,
try like this
<ComboBox Height="23" HorizontalAlignment="Left" SelectedValue="{Binding EmpID, Mode=TwoWay}" SelectedValuePath="Content" Margin="126,54,0,0" x:Name="comboBox1" VerticalAlignment="Top" Width="120" DisplayMemberPath="Content">
<ComboBox.Items>
<ComboBoxItem x:Name="x" Content="test2"></ComboBoxItem>
<ComboBoxItem x:Name="x2" Content="test">
</ComboBoxItem>
</ComboBox.Items>
</ComboBox>
here is a good
Article on this
Regards
D