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

Still curious? Ask our experts.

Chat with our AI personalities

CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
TaigaTaiga
Every great hero faces trials, and you—yes, YOU—are no exception!
Chat with Taiga
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
More answers

When using ASP .NET with C# .NET, we have server side scripting in C# language.

When an server side event is fired say when button with attribute runat="server" is pressed, the click event is fired which is written in C#.

Inshort when server side event is fired, request is sent to the server and server responses to this request accordingly. This trip of request and response is called as roundtrip.

User Avatar

Wiki User

12y ago
User Avatar

Add your answer:

Earn +20 pts
Q: What is roundtrip in aspnet?
Write your answer...
Submit
Still have questions?
magnify glass
imp