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 |
How do you start, pause, continue or stop a Windows service off the command line?
Explain me why do we use msmq?
Explain how to load the contents of an xml file into an xmldocument object?
Does .net supports destructors concept?
What are an object and a class?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
Explain how to manage pagination in a page using .net?
Explain the different types of proxy patterns?
Explain about .Net products?
What is Delegate? Have ever used Delegates in your project.
What is multiThreading in .NET?
what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?