how to bind multiple value in WPF ??
- by deep
hai am using the below binding to bind my value 'Name' to textblock1.
<TextBlock Text="{Binding Name}" />
now the problem is i want to bind another value called 'ID' with that same textblock1
is it possible to bind value like using Name + ID like that??? :)