I a new to Silverlight and I want to make sure I do this in the "correct" way (if there is one).
Say I am showing MainPage.xaml and I want to have a button click move me to ADifferentPage.xaml (after the OnButtonClick is run).
What is the correct way to do that?