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 Ajax? How it is related to your project?

0 Answers   Wipro,


Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.

4 Answers   247Customer,


What is meant by managed and unmanaged code?

0 Answers  


Explain dataset.acceptchanges and dataadapter.update methods in .net?

0 Answers  


you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.

2 Answers   Deloitte,


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

1 Answers  


Explain what is an application domain?

0 Answers  


How can I get at the win32 api from a .net program?

0 Answers  


What is il in vb.net?

0 Answers  


How would ASP and ASP.NET apps run at the same time on the same server?

1 Answers  


Is .net a language?

0 Answers  


what is dotnet architecture? can anyone explain that.

1 Answers  


Categories