Hi  
I need to extract the content of textcontrol and other control from code behind and store it for later use for comparing in subsequent test cases.   I searched all around but didn't get any solution.   for the time being I am using following code to extract the content.   txtNewcontent = Pages.WebApp.SilverlightApp.TxtCustomtextbox.Text   Similarly I am storing all controls data for comparision. Let me know if there is any better way to do it.