answersLogoWhite

0

What is roundtrip in aspnet?

Updated: 10/4/2023
User Avatar

Wiki User

11y ago

Best Answer

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

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

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.

This answer is:
User Avatar

Add your answer:

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

Where can one find information on aspnet?

Information about ASPNET can be found on the ASPNET website. Anything one needs to know about using this application framework for web development purposes can be found there.


WHAT IS THE CHEAPEST FLIGHT THAT I CAN BUY FROM OMAHA TO LAS VEGAS ROUNDTRIP?

WHAT'S THE CHEAPEST FLIGHT THAT I CAN BUY FROM OMAHA TO LAS VEGAS ROUNDTRIP ON JUNE 22ND TO JUNE 26TH?


How many objects in aspnet?

6


Distance to the moon and back?

442662 miles approx roundtrip.


How many miles in a roundtrip?

Twice as many as one way


What is the airfare to Indonesia?

Roundtrip from America to Bali is about usd$2000.


How much are tolls from new York to Delaware?

Roundtrip is $36.80


What is the default scripting language for ASPNET?

VBScript


What important event took place in 1981?

space shuttle roundtrip


How does aspnet work?

Asp.Net is client server architecture.


What is the fastest way to concat strings in aspnet?

stringbuilder


How do you read the dll file within the aspnet program which the dll file is used to pass parameter between aspnet program?

Question need some more clarification