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 is threading done in .net?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
How boxing and unboxing occures in memory?
What does .net stand for?
Explain what are the deferred execution and the immediate execution in linq?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is different between webusercontrol and in webcustomcontrol?
What is the difference between function and stored procedure?
Please explain what is immutability, what is it for and how is it codified?
Explain what is immutability, what is it for and how is it codified?
Is .net a programming language?
What is marshling?