i am developing a site using asp.net but for displaying graphs we are using silverlight technology.
i am able to navigate to a silverlight page using navigateurl of link button and i am able to attach query string for that, but how can i retrieve query string parameters in silverlight .xmal page.
if there are so many alternative ways to pass parameters please give a link of those.
last but not least i have a back button on silverlight .xmal page if user click on that back button i need to redirect him to aspx page, how can i achieve that?
thank you in advance