Click here to Skip to main content
15,889,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
HI...what is the code behind multiple buttons are navigate single page ..It's desktop application . develop a windows 8 app.


C#
protected override void OnNavigatedTo(NavigationEventArgs e)
     {
     }

     private void Button_Click_1(object sender, RoutedEventArgs e)
     {
         this.Frame.Navigate(typeof(kurals));
     }

     private void btnvansirpu_Click(object sender, RoutedEventArgs e)
     {
         this.Frame.Navigate(typeof(kurals));
     }


in this i have "kural" page whenever i change the click event also change the content of kurals page
Posted
Updated 29-Jan-14 23:17pm
v3
Comments
thatraja 30-Jan-14 5:02am    
You have to clsrify some more things? what's the purpose?
Winform or web application? etc.,?
Member 10557401 30-Jan-14 5:18am    
hi. sir .this is desktop application in windows 8..
Karthik_Mahalingam 30-Jan-14 5:05am    
add more info to your question.
post some code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900