Which method do you use to redirect the user to another page
without performing a round trip to the client?

Answers were Sorted based on User's Feedback



Which method do you use to redirect the user to another page without performing a round trip to the..

Answer / kinjal

Server.Transfer

Is This Answer Correct ?    9 Yes 0 No

Which method do you use to redirect the user to another page without performing a round trip to the..

Answer / bhim bharti

Server.Transfer and Server.Execute

Is This Answer Correct ?    0 Yes 0 No

Which method do you use to redirect the user to another page without performing a round trip to the..

Answer / judy prasheela

Server.Transfer Transfer page processing from one page directly to the next page without making round trip to the server.

Is This Answer Correct ?    1 Yes 2 No

Which method do you use to redirect the user to another page without performing a round trip to the..

Answer / chandra sekhar

how about response.redirect();?? it also serves the same
purpose.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Dot Net General Interview Questions

How do you start, pause, continue or stop a Windows service off the command line?

1 Answers  


Explain me why do we use msmq?

0 Answers  


Explain how to load the contents of an xml file into an xmldocument object?

0 Answers  


Does .net supports destructors concept?

0 Answers  


What are an object and a class?

0 Answers  


Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

0 Answers  


Explain how to manage pagination in a page using .net?

0 Answers  


Explain the different types of proxy patterns?

0 Answers  


Explain about .Net products?

0 Answers  


What is Delegate? Have ever used Delegates in your project.

1 Answers   Deloitte,


What is multiThreading in .NET?

0 Answers  


what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?

3 Answers  


Categories