Is it possible to associate the contents of a label with two values. For example, I need a separate label, the contents of which are displayed below, Username = First Name, Last Name
where Firstname and Lastname are both values ββfrom the database. If I used tags that I would bind as Content = {Binding Firstname} for one and Content = {Binding Lastname} for the other. But I want both on the same label. Is it possible?
c # wpf binding xaml
developer
source share