Windows Phone 7 - passing values between pages

后端 未结 3 999
情歌与酒
情歌与酒 2020-12-19 09:06

I am trying to send the values between the pages using :

NavigationService.Navigate(new Uri(\"/ABC.xaml?name=\" + Company + \"&city=\" + City , UriKind.R         


        
3条回答
  •  有刺的猬
    2020-12-19 09:58

    You Could also pass parameters to you App.xaml.cs code where you can define global values that you can access throughout your app,

    http://www.developer.nokia.com/Blogs/Community/2011/08/25/passing-data-between-pages-in-windows-phone-7/

提交回复
热议问题