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 6559815
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:22:44+00:00 2026-05-25T13:22:44+00:00

How to resume a page which is already opened in WP7? For example :

  • 0

How to resume a page which is already opened in WP7?

For example : In P1 there are two buttons A and B,when i click A it takes me to P2 and when i come back to P1 and again click A it not working. But after i click B which takes to P3 and come back to P1 and click A its working,but button B is not.

I understand that an instance of that page is already running in the background. But don’t know how to resume that page while clicking the button again.

Can anyone help with what should be done here?

  • 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-05-25T13:22:45+00:00Added an answer on May 25, 2026 at 1:22 pm

    When you are navigating via SelectionChanged, you need to reset the SelectedIndex:

    public void SelectionChanged(object sender, SelectionChangedEventArgs e){
    
        var lb = (ListBox) sender;
    
        if (lb.SelectedIndex == -1) return;
    
        //do your logic here
        NavigationService.Navigate(///);
    
        //reset selected index
        lb.SelectedIndex = -1;
    
    }
    

    Edit: SelectedIndex is not available in LongListSelector. Use SelectedItem instead.

    void PersonSelectionChanged(object sender, SelectionChangedEventArgs e)
            {
                if (buddies.SelectedItem == null) return;
                Person person = buddies.SelectedItem as Person;
                if (person != null)
                {
                    NavigationService.Navigate(new Uri("/Samples/PersonDetail.xaml?ID=" + person.ID, UriKind.Relative));
                }
    
                buddies.SelectedItem = null;
            }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any ruby gem/ rails plugin available for parsing the resume and importing
I am displaying user submitted HTML as part of a page (the user's resume).
Bottom of the page, clicking ' Send us your resume ' should scroll to
I have a career page with a resume upload form. I've exhausted my resources
I have just rewritten my personal resume web page in HTML 5 and I
I have a resume and a profile page that only has html and css.
I have created a an activity named Example which have 3 LinearLayouts . I
How can I resume a dehydrated orchestration ? the orchestration in question should have
I am writing a resume script and I need the heading Reference to be
I wanted to be able to Pause/ Resume my NSTimer and found this below

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.