home.xaml のコンボボックスから「名前」を選択したい。これを行うと、「名前住所と年齢」が別のページに入力されます。同じページにいるときにこれを簡単に表示できます。
現在cbPartsが認識されていません
string Query = "select * from Parts where Name='" + cbParts.SelectedItem.ToString() + "' ;";
home.xaml のコンボボックスから「名前」を選択したい。これを行うと、「名前住所と年齢」が別のページに入力されます。同じページにいるときにこれを簡単に表示できます。
現在cbPartsが認識されていません
string Query = "select * from Parts where Name='" + cbParts.SelectedItem.ToString() + "' ;";