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
Aditya Patil
NA
535
134.1k
Pass multiple values between 2 pages WIndows Phone app
Jul 25 2014 2:34 AM
string Title = s.title;
string Magnitude = s.magnitude;
string Location = s.location;
string Depth = s.depth;
string latitude = s.latitude;
string Longitude = s.longitude;
string DT = s.date_time;
string url = s.link;
NavigationService.Navigate(new Uri("/Detailed.xaml?Title="+Title "&Magnitude="+Magnitude,UriKind.Relative));
I want to navigate all string values to next Windows Phone application, How I can pass?
And How I can access the values on next page? I was successful for only Title but how to pass all values to next page and show there?
Reply
Answers (
1
)
Error 1 The type or namespace name coud not found in C
DATA INSERT FAILURE IN ASP.NET