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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:50:54+00:00 2026-06-14T14:50:54+00:00

How to use Server.Transfer(default.aspx) for better performance for navigating within the website. When I

  • 0

How to use Server.Transfer("default.aspx") for better performance for navigating within the website. When I use this, it is not changing the url in the address bar. How can I achieve new url by server.transfer. Or (If Not) how can I gain performance with Response.Redirect("default.aspx").

  • 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-14T14:50:56+00:00Added an answer on June 14, 2026 at 2:50 pm

    You need to understand the difference between Response.Redirect("page.aspx") and Server.Transfer("page.aspx")

    Server.Transfer:

    • It does not change the URL, so it is not for debugging purposes
      because you are not certain which page is running down in the browser
      since URL might not changed in more than one Server.Transfer
      statements.

    • It posts data from all controls on the Form on to the next page, from
      where you can access them using Request.Form["myTextBox"]

    • It only works within the same domain, it will not redirect outside
      the current domain name.

    • It does not cost a round trip on server back from browser, so it is
      faster as compared to Response.Redirect.

    Use your best judgement when to use Response.Redirect and when to use Server.Transfer. I would only recommend using ‘Server.Transfer’ if you want to send Form Controls’ data from one page to other, otherwise it will give you a debugging nightmare.

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

Sidebar

Related Questions

When I use Server.Transfer(PageName.aspx); I am transferred to the correct page, but the url
When I use Server.Transfer the browser keeps the Previous Page on the URL bar.
I want to create a dynamic HTML5 canvas animation. This animation should use server
I try to use SQL SERVER VIEW within RIA Services. So I created some
If I use the following setting, I am unable to use Server.Transfer()/Response.Redirect() to redirect
Why is the session state null when you use Server.Transfer? Is there anyway to
Do I need to use JSON to transfer data from external PHP server to
I am currently trying to add a variable to the url using Server.Transfer. I
When should use server.Transfer() and Response.Redirect() in Asp.net ?
If you have two applications residing on the same server, can you use Server.Transfer

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.