1

Closed

Binding Convention Related Problem

description

Hi all....
 I am a beginner to this new framework. I am facing a simple problem as described below.

  I have a property named EmpName in the ViewModel. Accordint to the naming convention to bind it with a TextBlock, I have to assign the Name property with EmpName. Just like...
<TextBlock Name="EmpName "/>

Suppose i want to bind the same property "EmpName" with more than one TextBlock. If i shall do it in the previous way, then it cannot be possible because we cannot instantiate more than one TextBlocks with same name. So how to resolve this problem? :(
 Please do suggest. Waiting for your reply.............:)
Closed Aug 28, 2012 at 1:12 PM by EisenbergEffect
Not an issue.

comments

BladeWise wrote May 22, 2012 at 11:28 AM

Definitely not an issue.
Convention is a 1-to-1 mechanism, and the issue can be addressed using standard binding mechanism.