Click here to Skip to main content
15,867,977 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi guys i want to navigate to one page to another page,i having the xaml page name..so i want to navigate that corresponding page..normal navigation is working fine instead of that i want to navigate to particular view that am getting from Data base


Thanks in advance

What I have tried:

" rootFrame.Navigate(typeof(Gainz.Views.LoginWindow.ApplicationIdValidate), e.Arguments);"
above one working fine normal way to navigate..The below the one i want
var viewname=ApplicationIdValidate;
// Uri uri = new Uri( appx://.../viewname;);

Frame.Navigate(uri.Gettype(), e.Arguments);

And there no navigation with uri , method in universal application
Posted

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