How do i navigate from one Xaml file to another?
Posted
by karthik
on Stack Overflow
See other posts from Stack Overflow
or by karthik
Published on 2010-05-14T12:22:56Z
Indexed on
2010/05/14
12:34 UTC
Read the original article
Hit count: 206
I am very new to XAML and WPF.I have a problem.
I have two files. first.xaml and second.Xaml. There is a button in first.xaml, on click of which it should navigate to second.xaml.How do i achieve this.
© Stack Overflow or respective owner