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
What is the use of the default route?
What is Layout in ASP.Net MVC?
What is the advantage of using asp.net routing?
What is filters in web api?
What are html helpers in asp.net mvc?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What is viewdata?
Explain bundle.config in mvc4?
What is the use of razor view engine?
What is Area in ASP.Net MVC?
What is associationset? : Entity framework
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
Explain the request flow in asp.net mvc framework?
What is latest version of .net framework?
Are there any parts of the .net framework 3.0 that only work on windows vista?