what is a round trip?What is a postback?
Answer Posted / 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 |
Post New Answer View All Answers
How we can invoke child actions in ASP.Net MVC?
How to return the JSON from action method in ASP.Net MVC?
Is entity framework slow?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
Is mvc 4 supporting windows azure sdk (software development kit) ?
Explain the role of assembly in the .net framework.
What is associationset? : Entity framework
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
What is the use of display modes?
Is dapper faster than entity framework?
What are the benefits of .net framework?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
Explain bundle.config in mvc4?
What is separation of concerns in asp.net mvc?
What is session state management?