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 are design patterns in .net....?
What is serialization in .NET? What are the ways to control serialization?
Explain me what is a design pattern and what is it for?
What is the single responsibility principle?
Please explain when should you use .net web forms over asp.net mvc?
Where?s Windows service database located?
Write code for fetch record nos 15 to 25 from a dataset containing 50 records?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
What are the types of jit?
Tell us what is the difference between struct and class?
Who is using .net core?
Do you know what is lambda expressions in c#?