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

What is common language specification (cls)?

0 Answers  


What are asp.net authentication providers and iis security?

0 Answers  


What is a design pattern and what is it for?

0 Answers  


What tools is used to develop .NET applications?

0 Answers  


How will you load dynamic assembly? How will create assemblies at run time?

0 Answers   InfoAxon Technologies,






What's singlecall activation mode used for in .net?

0 Answers  


Explain soap and xml?

0 Answers  


Explain what relationship is between a process, application domain, and application?

0 Answers  


Explain what is the difference between a class and an object, and how do these terms relate to each other?

0 Answers  


How to debug failed assembly binds?

0 Answers  


What is JIT and how is works?

3 Answers  


What is the advantage of .net?

0 Answers  


Categories