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 |
Explain boxing and unboxing in .net.
Explain what is the difference between a class and an object, and how do these terms relate to each other?
Writing a Stored procedure to insert the values into a table
What are the authentication methods in .net?
What base class do all Web Forms inherit from?
What is stored procedure ? how we use it in .NET ?
Explain about the features and elements present in Visual studio.NET IDE?
What?s different about a Windows service as compared to a regular application?
Will it go to finally block if there is no exception happened?
What is the difference between an abstract class and an interface?
What is the advantage of .net?
What is shared and repeatable inheritance?