locked
Error in course 6647 (WPF) RRS feed

  • General discussion

  • In Course 6647->Overview of data binding->Data-Binding Modes, the graphic for OneWay and OneWayToSource both have the arrow pointing from target to source.  I believe that is backwards for the former case.
    Tuesday, April 6, 2010 5:09 PM

All replies

  • In Course 6647->Creating a Data Binding -> Binding to an Object Property

    In the sample 3rd sample, there are two instances of the property ColorName.  I think the 2nd is supposed to be Description

    [Visual C#]

    class MyData

    {

       String colorName;

       public String ColorName

       {

          get{ return "Red"; }

       }

       String description;

       public String ColorName

       {

          get{ return "This is a description"; }

       }

    }

     

    Is there somewhere we are supposed to post these to get the attention of the editor?

    Tuesday, April 6, 2010 5:39 PM
  • Hi

    Please send your issue details at learnmgr@microsoft.com with the following detail’s?

    -First Name

    -Last Name

    -Live ID you used to login to E-Learning

    -16 Digit Hex PUID

    16 Digit Hex PUID –

     
    Go to the following site:  https://account.live.com/SummaryPage.aspx
    Sign-in to Windows Live.
    Click on Account Summary (in the left nav)
    Click on Registered Information (Above Password Reset Information)
    This will open up to your profile data. 
    Scroll all the way down to the bottom and you will see the words: Unique ID: [16 digits HexPUID]
    Copy that 16 digit number paste it into this email.
     

    -Course Name and Number you are referring to.

    -URL where error/issue encountered.

    -Screenshot of the error if you can get.

    -Detailed description of the problem.

    -Phone number we can reach you at.

    -Country you are located in.


    Navya Nambiar  (Microsoft Learning Support Team)

    Friday, April 9, 2010 1:27 PM
    Moderator