Which method do you use to redirect the user to another page
without performing a round trip to the client?
Answer Posted / chandra sekhar
how about response.redirect();?? it also serves the same
purpose.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the base class of Button control in .NET?
Is Driver Script any how related to AOM?
Describe difference between inline and code-behind?
Describe the Managed Execution Process
Explain what is the difference between a class and an object?
What is the benefit of .net core?
How many types of design patterns available in .NET?
How is .net core cross platform?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
Please explain what is reflection and what is it for?
What is a garbage collector?
Explain about the features and elements present in Visual studio.NET IDE?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
State the differences between the dispose() and finalize().