answersLogoWhite

0

Roundtrip is the process of doing a postback on a web page and then having the server process the postback, generate a new page, and send the results back to the browser.

For example, if you created a simple web page that only had a button on it, clicking on the button would create a roundtrip (the browser sends the form back to the server, including the fact that you clicked the button, the server processes any code you attached to the button click event, creates a new page with the latest state of the page, and sends it back to the browser). That's one round trip.

User Avatar

Wiki User

14y ago

What else can I help you with?