Which method do you use to redirect the user to another page
without performing a round trip to the client?
Answer Posted / 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 |
Post New Answer View All Answers
Explain what is the difference between encrypting a password and applying a hashing?
Difference between abstract class and interface in .net?
Do you know the difference between the stack and the heap?
What is meant by managed and unmanaged code?
What are asp.net authentication providers and iis security?
Please explain what do the terms “boxing” and “unboxing” mean?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
Is .net core managed code?
How do I spawn a thread?
What is the use of system.diagnostics.process class in .net?
Define marshling?
What is multiThreading in .NET?
What is dot net and its uses?
What is static constructor, when it will be fired?
What is the difference between server.transfer and response.redirect? Why?