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 |
Using activex control in .net?
Explain what are the deferred execution and the immediate execution in linq?
How is meant by dll in .net?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
Why MVC programming model preferred?
Explain the difference between constants and read-only variables?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
What is strong name?
Please explain what are an object and a class?
What is use of ContextUtil class?
What is a formatter?
How many namespaces are in .net version 1.1?