Hello
I am developing a windows phone application. I have created check box inside list box in XAML. Following is the XAML code

 
               
                    
                   
                       
                           
                           
                       
                   
               
           


I want to access checkBox name contactChk via C# and want to access check box value in C#. but i am unable to access Check box in C#. Can anybody please tell me how can i do this.