I have a web app (VS2008, C#) ... it has web pages and a project. If I want to pass data to the project, I get/set the data within a class object or, between web pages, I save in session variables.
I've added a SilverLight (2) to my web app ... what are a couple of ways to pass data to/from the SilverLight codebehind file (Page.xaml.cs)?
I don't really want to use quiry strings ... would like to use session variables or allow it to access my existing class object ... how do I do this?
Start Free Trial