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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T16:58:56+00:00 2026-06-16T16:58:56+00:00

I tried to replace the second of these two buttons: <Button x:Name=buttonRecordWhereabouts Margin=24 Tap=ButtonRecordWhereabouts_OnTap>Record

  • 0

I tried to replace the second of these two buttons:

    <Button x:Name="buttonRecordWhereabouts" Margin="24" Tap="ButtonRecordWhereabouts_OnTap">Record My Whereabouts...</Button>
    <Button x:Name="buttonlinkManageInvitations" Grid.Row="1" Tap="ButtonlinkManageInvitations_OnTap">Manage Invitations...</Button>

…with this hyperlink:

    <Hyperlink x:Name="hyperlinkManageInvitations" Grid.Row="1" Click="HyperlinkManageInvitations_OnClick">Manage Invitations...</Hyperlink>

…and use this code in the hyperlink’s Click handler:

private void HyperlinkManageInvitations_OnClick(object sender, RoutedEventArgs e)
{
    NavigationService.Navigate(
        new Uri("//TaSLs_Pages/InvitationManagePage.xaml", UriKind.Relative));
}

However, doing so caused the XAML editor to stop rendering my page, as the “Grid.Row=”1″” was unrecognized. ??? So I removed it, and that resolved the syntax error, but not only the hyperlink, but also the button before it “went away” – that is to say, they weren’t visible on the page any longer.

So it’s not possible to place a Hyperlink in a particular cell (column 0, row 1 in my case), or what?

As of now, I’ve got the hyperlink’s click event code in the button’s (I put it back for now) Tap event; is this the way to navigate in Windows Phone (as opposed to the Frame.Navigate(typeof()) in Windows Store apps?

  • 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-16T16:58:57+00:00Added an answer on June 16, 2026 at 4:58 pm

    Hyperlink is meant to be used inside of a RichTextBox. In your case, you’re supposed to use HyperlinkButton.

    <HyperlinkButton x:Name="hyperlinkManageInvitations" Grid.Row="1" Click="HyperlinkManageInvitations_OnClick">Manage Invitations...</HyperlinkButton>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have tried to replace the submit button of a form with an ajax
I tried to replace my Flash video with a jQuery cycle. The cycle works,
I tried :s%/{//g and :s%/\{//g . How do I find and replace (remove, actually)
I've tried converting the double value into a string and using the Replace() method
How can I replace all line-endings in big file (>100MB)? I have tried to
I want to replace a token using ANTLR. I tried with TokenRewriteStream and replace,
Update 2 @G. Grothendieck posted two approaches. The second one is changing the function
I'm trying to replace standard table cell selection behavior with a button-press behavior. The
So I have two separate models, one 'items' model, the second a 'sites' model...
tried uncommenting pam_limits.so from the pam.d directory but no luck. Basic PAM seems to

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.