How to create an object reference to a xaml page from App.xaml.cs codebehind?
- by John K.
Hi all,
I have a Silverlight 4 Business Project where I have enabled the ASP.NET Authentication/Authorization role information. I would like to pass the currently authenticated user's account information from the app.xaml.cs codebehind to a different XAML page, but I have no idea how that is done, or if it's even possible.
My goal is to databind…