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 |
What is Ajax? How it is related to your project?
Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.
What is meant by managed and unmanaged code?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
How will u load dynamic assembly? How will create assemblies at run time?
Explain what is an application domain?
How can I get at the win32 api from a .net program?
What is il in vb.net?
How would ASP and ASP.NET apps run at the same time on the same server?
Is .net a language?
what is dotnet architecture? can anyone explain that.