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