how to set datacontext of child control in silverlight
        Posted  
        
            by jolly
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jolly
        
        
        
        Published on 2010-03-29T08:02:34Z
        Indexed on 
            2010/03/29
            8:03 UTC
        
        
        Read the original article
        Hit count: 581
        
Silverlight
Hi, I have created user control myControl in myControl I have taken another custom control tutorialControl. I have set DataContxt of tutorialControl to id and I want to access this data context in loaded event of tutorial. but I am getting data context as null. Can some body help?
© Stack Overflow or respective owner