Kizspy | Question: 31
(Choose 1 answer)
Which of the followings statement used to show a page named pageLogin in the frame control named frameMain in WPF is True?
A. frameMain.Content = new pageLogin();
B. frameMain.Page = new pageLogin();
C. frameMain.Content = pageLogin;
D. frameMain.Page = pageLogin;