hello. to change the name on a button to use Button.Content = "New Name"; But if the button is placed on another page of the app as i can change the name.
I would like to make an app with more pages from a page where you can change the name of the buttons placed on other pages.
Loading
swapnil silamPosted Aug 12, 2014, 11:51 PM
Using INotifyPropertyChanged interface you will solve this problem.
visit these links
http://msdn.microsoft.com/en-us/library/windows/apps/cc278072(v=vs.105).aspx
http://developer.nokia.com/community/wiki/Data_Binding_to_controls_on_Windows_Phone