technomark.in
Hot News

$(this) Selector And Children / Find In jQuery

Detect An Undefined Object Property In JavaScript

Rotate And Save Video Using VLC Media Player

Capitalize The First Letter Of String In JavaScript

Convert Any Files To Any Format Using VLC Media Player

Asp.Net AngularJS WCF IIS
DataBase Jquery Bikes Random
HomeContact Us Watch Our YouTube Channel ..........Blog Spot..........

Technomark.in

How To Logout From All Devices In Skype

Technomark.in

How To Embed Google Map In Your Code

Technomark.in

How To Install IIS (Internet Information Services) On Windows

Technomark.in

Enable Directory Browsing In IIS

View All


Difference Between Response.Redirect And Server.Transfer


First Difference - Round Trip

> When Server.Transfer is used, the redirection is done by the Server itself.
> Hence there is not having any round trip when Server.Transfer is used.

Difference Between Response.Redirect And Server.Transfer, Response.Redirect Vs Server.Transfer, Server.Transfer, Response.Redirect, round trip in Response.Redirect, Url change in Response.Redirect, Asp.Net, MVC, c#

> When Response.Redirect is used, the redirection is done by the client Browser.
> Hence there is having round trip when Response.Redirect is used.


Difference Between Response.Redirect And Server.Transfer, Response.Redirect Vs Server.Transfer, Server.Transfer, Response.Redirect, round trip in Response.Redirect, Url change in Response.Redirect, Asp.Net, MVC, c#

Second Difference - Destination Server

> Server.Transfer can only be used to navigate to a page which resides inside the same server.
> Response.Redirect is used to navigate to a page which resides both inside and outside the server.
> For example, suppose our server has two pages. Test1.aspx and Test2.aspx
> From any of two, we can go to other page by using both Response.Redirect & Server.Transfer.
> But we can go to a page outside the server like http://www.google.com only by using
> Response.Redirect.
> Means if you wants to redirect to different domain or server, Response.Redirect should be used.

Third Difference - URL Change

> Suppose we are navigating from Test1.aspx to Test2.aspx.
> If Server.Transfer is used, then after navigation, the URL will not change.
> That means after navigation, when Test2.aspx is fully loaded, the URL will be Test1.aspx
> But if Response.Redirect is used, the URL changes to the destination page.
> That means after navigation, when Test2.aspx is fully loaded, the URL will be Test2.aspx.

Watch Video of this Content on Video Streaming

Post Your Comment

Name *


Email *


Comment * Please provide all three fields for posting Comment




Technomark.in

Book Train Tickets on IRCTC Quickly During Tatkal Period

Technomark.in

Before You Copy Any Image From Internet

View All

Privacy StatementDisclaimerSitemap