I’m trying to navigate from the codebehind of a Silverlight page back to an ASPX page in the same application. How do I perform a “Response.Redirect” as I would from the codebehind of an ASPX page? I’ve tried google and nothing comes up that actually works. My silverlight form is of type UserControl. I cannot change it to Page or sdk:Page nor embed an sdk:Page into the UserControl tag. The Page always is unknown to the designer.
Share
This worked for me:
put this method somewhere:
Navigate via:
Edit – duplicate question here:
What is the Response.Redirect equivalent in Silverlight?
with similar answer..