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
Casper Johansen
NA
1
1k
Store data when navigating from browserpage to calcpage?
Dec 13 2013 6:29 AM
Hey! I have a problem. When i navigate from my BrowserPage.xaml to my CalculatorPage.xaml and back to my BrowserPage.xaml, then all my browsing data is gone... i want to go back to what i was on when i navigated to the CalculatorPage.xaml.. Im new to programming, and i am only 12 year old... Can you help me? My navigation code on BrowserPage.xaml.cs: private void NavigateToCalc_Click(object sender, EventArgs e) { NavigationService.Navigate(new Uri("/CalculatorPage.xaml", UriKind.Relative)); } My back-Navigation code on CalculatorPage.xaml.cs: private void BackButton_Click(object sender, RoutedEventArgs e) { NavigationService.GoBack(); }
Reply
Answers (
0
)
time line control for room bookig system
How to change ketboard language in the wp8 emulator