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
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 |
Answer / chandra sekhar
how about response.redirect();?? it also serves the same
purpose.
| Is This Answer Correct ? | 1 Yes | 3 No |
What exactly is being serialized when you perform serialization in .net?
What is assemblies in .net?
What are the fundamental objects in ADO.NET?
What is namespaces in .net?
Describe the compilation process for .net code?
What are multicast delegates?
What is the concept of inheritance and how it works in .net?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Define marshling?
What is the benefit of .net core?
Explain what is an anonymous method and how is it different from a lambda expression?
Please explain what are an object and a class?