I have a wpf form. Which contains labels and other controls. Whole form has concrete dataSource. I want labels in this form have another biding. only labels
<Grid>
<Label x:Name="label"/>
<TextBOx />
<Label x:Name="labe2"/>
<TextBOx />
</Grid>