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 to instantiate a delegate?

0 Answers  


What are three common acronyms used in .net, and what do they stand for?

0 Answers  


What is Active Directory? What is the namespace used to access the Microsoft Active Directories?

3 Answers  


How ASP .NET different from ASP?

4 Answers  


How to debug failed assembly binds?

0 Answers  


How to create a key pair in .net?

0 Answers  


What is a metadata in .net?

0 Answers  


Which server tag comes from server when we submit any data

1 Answers  


Please explain what are an object and a class?

0 Answers  


Explain me what is encapsulation?

0 Answers  


How com+ related to the dna architecture?

0 Answers  


diff between forms authentication and windows authentication?

11 Answers  


Categories