Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a project which use navigation framework in a project my default content frame displayed is content of /home so if I had a usercontrol Page say /Usercontrol and I wanted to display that as my start up project page where should I change and how
please get me in right path....
Posted
Comments
#realJSOP 5-Dec-10 15:07pm    
If my answer was the answer you were looking for, please click the Accept Answer button on my question.

1 solution

Create your alternative "view", and change MainPage.xaml where you find UriHome.

<uriMapper:UriMapping x:Name="UriHome"
                      Uri=""
                      MappedUri="/Views/MyCustomPage.xaml"/>
 
Share this answer
 
Comments
Gautham Gorla 5-Dec-10 13:26pm    
thanks a lot It worked for me....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900