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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:15:55+00:00 2026-05-11T17:15:55+00:00

I have a user on what we will call PageA.aspx. This user needs to

  • 0

I have a user on what we will call PageA.aspx. This user needs to get to PageB.aspx. The obvious way is have a hyperlink that simply sends them to PageB.aspx. That got me thinking about the other ways to get between pages. One could use javascript to do a client side jump. There is also the seemingly bulky server side redirection.

What, if any, are the performance hits between these different methods?

I am going to assume the server side is a bit more heavy weight but by how much?

Do these methods scale differently?

Are there any hidden issues with doing it one way versus another?

  • 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-11T17:15:55+00:00Added an answer on May 11, 2026 at 5:15 pm

    A real link is best for most circumstances. All user agents know what a link is and what it represents. It’s best for SEO, accessibility and usability.

    A server-side (via postback) redirect is good if you need to, say, need to track specifics about which link was clicked… But it’s an additional request to the server (and time to the user). It also botches SEO (et al) so it’s only a viable option inside a proper “web app” where spidering or accessibility are controlled or disregarded.

    JS can give you the power of tracking but it’s useless (on its own) in environments where JS is disabled. Sending activity back to the server adds load so that’s something to consider.

    If you need it, consider using standard links and using jquery to hook the click events to track things. But really… Only if you need it as it will slow the user experience slightly.

    In short: unless you’ve good reason not to, stick with the standards.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

we are running a click-to-call service, my idea is basically like this: website have
I have this page page If you go there you will see products and
I have this page which loads quotes. It has a search form wherein if
I have a page that displays a grid of products that is populated programmatically
I have a script that runs on some pages. The problem is that I
My requirement is to call WCF web service from ASP.NET code behind and pass
So I'm running out of time on this project and I posted here in
I already have a form with normal HTTP post. Now, I want to rewrite
I have an ImageButton and a FileUpload controls in a child page of a
I am trying to keep track of updates as the each iterates and when

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.