Interviewer And Interviewee Guide

ASP.NET 2.0 Interview Question:

What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?

Submitted by: Administrator
Server.Transfer is used when redirecting the webpage with in the same applicationwhereasResponse.Redirect is applicabletowards the redirection of webpage between 2 applications

Response.Redirect will instruct browser to call a particular webpage.This will increase one request and one response between the client and server.
Submitted by: Administrator

Read Online ASP.NET 2.0 Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.