Which method do you use to redirect the user to another page
without performing a round trip to the client?
Answer Posted / kinjal
Server.Transfer
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the difference between imperative and interrogative code?
What is the difference between a class and an object, and how do these terms relate to each other?
Is .net core managed code?
How to convert a .NET object into COM operabililty?
what is the default security setting in .net?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
Do you know what is the difference between an abstract class and an interface?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is the difference between a namespace and assembly name in .net?
What is the concept of inheritance in .net?
Do you know what is linq?
Explain what do the terms “boxing” and “unboxing” mean?
What is Event Bubbling in .NET?
What are the collections you've used?
What method do you use to explicitly kill a users session? How?