what is a round trip?What is a postback?
Answer Posted / bharathi
round trip means the form ggoes to the server and take the
response from the server and it may redirect to the other
form or same form according to the request
where as postback means the form goes to the server and
loads the same page
| Is This Answer Correct ? | 35 Yes | 13 No |
Post New Answer View All Answers
Briefly describe the roles of clr in .net framework?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
What is a view engine?
What are actions in asp.net mvc?
Explain entity lifecycle? : Entity framework
What is the advantage of using asp.net routing?
what do you mean by table-per-type?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
What is .net core framework?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
Explain the methods used to render the views in ASP.Net MVC?
Why to use html.partial in mvc?
Is dapper better than entity framework?
What are differences between entity framework and l2s? : Entity framework