its only switch pages
i want to navigate page
Main Topics
Browse All TopicsI Dont Understand how To navigation Silverlight Pages
using simple C# Coding
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
the switch pages method is the only way to navigate between pages inside a silverlight application in silverlight 2. I think this is different in SL3. It has the exact same effect as navigating pages.
Unless you mean you want to change pages in the browser (different urls)? Just use a hyperlinkbutton to do that.
In Silverlight 3, there is built in support for deep linking and proper navigation via the browser's back/forward buttons.
But you can actually do this already in Silverlight 2 providing that your host has ASP.NET 3.5 SP1 installed.
Check out this link, just copy the code (some javascript and c#) they've written and you're set!
http://blog.webjak.net/200
...here's how it works in Silverlight 3:
http://silverlight.net/lea
If your app is not launching until end of this year, you might want to go that route. If you need to ship your app earlier, I recommend using the link perviously posted. That requires ASP.NET 3.5 ServicePack1 though (the servicepack is important, otherwise it won't work)
Business Accounts
Answer for Membership
by: neilmcauliffePosted on 2009-04-02 at 04:25:32ID: 24048478
Navigating in silverlight kind of goes back to windows form method of doing things check out the following video its pretty easy
rn/learnvi deo.aspx?v ideo=56933
http://silverlight.net/lea