what is a round trip?What is a postback?
Answers were Sorted based on User's Feedback
Round Trip = When the client/Browser. sends data to the
server and the response from the server returns back to the
client/browser is 1 round trip.
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / sivasubramanian.k
A round trip is the event generated onto a control which
goes back to a server and executes the required process.On
page load it goes back to the sever if the autopostback
event is made true...PostBack is the event going to the
server and coming back (in simple words)
| Is This Answer Correct ? | 20 Yes | 6 No |
Answer / manikandan r
1. Round trip is client side it wont post to the
serverside. It will occur only on server.transfer. It can
be inside that webside only. we cant go to other webside.
It saves time.
2. Generally Posback is the occurs when the any event is
occur. It it will server side response.
| Is This Answer Correct ? | 3 Yes | 7 No |
How do you box a primitive data type variable ?
What is iobjectset? : Entity framework
what happened when type url in address bar and press enter?
What is the CTS
Where do the reference-type variables go in the RAM ?
List the new features added in .net framework 4.0.
Difference between Dispose and Finalize method
What is Separation of Concerns in ASP.NET ASP.Net MVC?
What is the use .Glimpse in ASP.Net MVC
How to Create an Intranet Site Using ASP.NET MVC?
What platforms does the .NET Framework run on?
How do you enforce garbage collection in .NET