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

Tell us the differences between an interface and an abstract class in .net?

0 Answers  


Is it true that objects don't always get destroyed immediately when the last reference goes away?

0 Answers  


What are Satellite Assemblies? How you will create this? How will you get the different language strings?

0 Answers   Reuters,


Explain security measures exist for .net remoting in system.runtime.remoting?

0 Answers  


How do you create threading in .NET? What is the namespace for that?

2 Answers  






Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?

0 Answers  


How is .net core cross platform?

0 Answers  


What is boxing in .NET?

1 Answers  


What is the difference between an abstract class and an interface?

0 Answers  


What is meant fulltrust?

1 Answers  


i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net

0 Answers  


What is Garbage Collection in .Net and what is the Garbage collection process?

4 Answers  


Categories