2011-09-18 47 views
0

在我detail.xaml鑰匙未發現異常轉動WP7

protected override void OnNavigatedTo(System.Windows.Navigation.NavigationEventArgs e) 
{ 
    base.OnNavigatedTo(e); 

    this.PageTitle.Text = NavigationContext.QueryString["lineone"]; 
    this.Contents.Text = NavigationContext.QueryString["linethree"]; 
    //populate book text control here 
} 

但是當我三到位線進入lineone它工作正常,除了它顯示在內容部分線路之一的數據。

我使用基於默認軸佈局爲Windows Phone 7

回答