Tag Archives: Server

ASP.Net Interview questions: – Elaborate differences between ‘Server.Transfer’ and ‘response.Redirect’?

Following are the major differences between them:- ‘Response. Redirect’ sends message to the browser saying it to move to some different page, while server. Transfer does not send any message to the browser but rather redirects the user directly from … Continue reading

Posted in .NET and C# training, ASP.NET, Asp.Net Interview Questions, Csharp interview questions, programming interview questions, Redirect, response, Transfer | Tagged , , , , , , , | 1 Comment