what is a round trip?What is a postback?
Answer Posted / mahesh kotekar
Round Trip = When the client/Browser. sends data to the
server and the response from the server returns back to the
client/browser is 1 round trip.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is work of clr?
What are the versions of .net framework?
Explain something about model, view and controllers in asp.net mvc?
What is viewbag title?
What is definingquery in entity framework? : Entity framework
what is entityclient?
what is datacontrols?
what is entity framework advantage?
how do you mark a property as required? For example, for a project, the name is a required field.
How do you specify comments using razor syntax?
Can you explain renderbody and renderpage in mvc?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
What is code first? : Entity framework
What are ajax helpers in mvc?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?