Does the Silverlight Navigation template work when running out of browser?

link|improve this question

75% accept rate
feedback

2 Answers

up vote 3 down vote accepted

Sure it does.

And you can use the NavigationServices fucntions to create a custom "Back" or "Forward" button

great example here : Link

link|improve this answer
? broken link - I get "Unable to Service Request" – kevinw Jan 14 '11 at 18:45
double checked my link and it works. Changed my post for a coded hyperlink – danbord Jan 14 '11 at 19:27
feedback

Create a fresh Navigation Application, open the properties page. On the Silverlight tab select "Enable running application out of the browser", switch to the Debug tab, select Out-of-Browser application, change the project in the combo-box to the current silverlight project.

Hit Run, click About, Does it work?

link|improve this answer
+1 because it didn't deserve the down vote. – Stimul8d Feb 4 '11 at 11:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.