what is a round trip?What is a postback?
Answer Posted / 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 |
Post New Answer View All Answers
Can you please explain the request flow in ASP.NET MVC framework?
Is .net core replacing .net framework?
What is the use of the default route {resource}.axd/{*pathinfo} ?
What is html.renderpartial?
Does .NET Framework support SAX?
Is dapper faster than entity framework?
Can you explain the page life cycle of mvc?
What is the meaning of unobtrusive javascript?
What is managed extensibility framework?
What is namespace of asp.net mvc?
what is use of entity container?
How does �side by side� work for the .net framework 3.0?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
How you can implement custom validation in asp.net MVC?
what is model first approach?