how to bind multiple value in WPF ??

Posted by deep on Stack Overflow See other posts from Stack Overflow or by deep
Published on 2010-03-31T12:32:46Z Indexed on 2010/03/31 12:43 UTC
Read the original article Hit count: 357

Filed under:
|

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??? :)

© Stack Overflow or respective owner

Related posts about binding

Related posts about wpf