Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7879731
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T03:58:09+00:00 2026-06-03T03:58:09+00:00

I am building a Metro Style App for Win8 which requires to pass two

  • 0

I am building a Metro Style App for Win8 which requires to pass two textblock values on frame navigation. For one parameter, it works but for two parameters its not working. Please help!
I have tried like the following:
this.Frame.Navigate(typeof(SecondPage),textblock1.Text + textblock2.Text);

I doesn’t show any error but its not working.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T03:58:11+00:00Added an answer on June 3, 2026 at 3:58 am

    Create a new class with 2 properties and set the properties to the textblock values. Then you pass this object when you navigate.

    Create the payload class:

    public class Payload
    {
     public string text1 { get;set;}
     public string text2 { get;set;}
    }
    

    Then populate the payload class:

    Payload payload = new Payload();
    payload.text1 = textblock1.Text;
    payload.text2 = textblock2.Text;
    

    Then when you call Navigate pass your instance of payload like this:

    this.Frame.Navigate(typeof(SecondPage),payload);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am in the process of building a metro style app and I need
SOLVED! See my self-answer below. I'm building two Metro-style apps using Javascript and HTML,
I decided to have a go at building Windows Metro style apps with the
I'm building a metro app, and I'm trying to get a Uri of an
I am trying to build a Windows 8 metro-style app that will operate as
I' building an hobby project in WPF also decided to use Metro style theme
Building a Django app on a VPS. I am not very experienced with setting
When building a Delphi 2009 component package, how do you specify which directory should
Building a sample ASP.NET MVC app. Using the Membership API for authentication. For whatever
Building an app using android.support.v4.app , targeting API level 8. Everything's working as planned

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.