Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ボタンAとボタンBがあります。FrameA と Page1 Page2 があります。
質問:
buttonA をクリックした場合、FrameA を介して Page1 を表示するにはどうすればよいですか?
次に、buttonB をクリックして、FrameA を介して Page2 を表示する方法を教えてください。
例は素晴らしいでしょう (VB .net または c#)
ボタンクリックイベントを追加できると仮定し、そのクリックイベントで以下のようにナビゲーションを行います
例: buttonA クリック イベントで:
FrameA.Navigate(myPage1Object);