I'm new in Silverlight. A used the SilverLight Business Application template to create an application. I added a HypperlinkButton to the MainPain.xaml that pointed to a view, say ProductListView. Now I created a new view, say DataFormView, and I wanted the HyperlinkButton to point to that new view in order to test it, but when i run the application, it's the old view that's shown (ProductListView), though i have change the NavigateUri property to point to the new view. I added a new HyperlinkButton to point to the new view, but it seems that it's the old main page that is shown (with one hyperlink button).
Can anyone help?
Thanks!