TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Saqi
NA
63
122.2k
Can i navigate page from other page to appear in frame of Mainwindow ?
Aug 29 2012 8:36 AM
i have two frames in Mainwindow forum. one page i able to navigate by direct clicking on button. but second page i could not because second page i am calling from first page to appear in second Frame of Mainwindow. i need it plz help ?
private void open_btn_Click( object sender, RoutedEventArgs e )
{
Forms.user user = new Forms.user();
hostfram.Navigate(user);
hostfram.Refresh();
}
this func. working good because calling from direct Mainwindow. but this
public void Usernavigation( int number )
{
switch ( number )
{
case 0:
Forms.cadastra cadastra = new Forms.cadastra();
hostfram.Navigate(cadastra);
break;
}
}
this not navigating page without any error because this i calling from first page to appear second page in Mainwindow how to do this ? i have lot of pages i must to do this
Reply
Answers (
0
)
Colulmn sort criteria is reverting back on Save click in WPF
Dynamically adding an event handler to checkbox