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 deferred loading(lazy loading)?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
what do you mean by table-per-hierarchy?
how can you tell ef to have a different table or column name than that defined for the class?
Name a few different return types of a controller action method?
Which version of .net framework is installed?
What is display mode in 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?
How can we determine action invoked from HTTP GET or HTTP POST?
Can I uninstall microsoft .net framework?
What is the difference between tempdata and viewbag?
What is iobjectset? : Entity framework
What is the advantage of mvc?
How does .net framework works?