what is a round trip?What is a postback?

Answers were Sorted based on User's Feedback



what is a round trip?What is a postback?..

Answer / 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

what is a round trip?What is a postback?..

Answer / 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

what is a round trip?What is a postback?..

Answer / 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

what is a round trip?What is a postback?..

Answer / 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

More Dot Net Framework Interview Questions

mention what are the various methods provided by the dataset object to generate xml?

0 Answers   Microsoft,


Can Static Constructor be Overloaded?Justify it?

11 Answers   Infosys,


What is the mvc pattern (model view controller pattern)?

0 Answers  


Explain the advantages of asp.net mvc over asp.net?

0 Answers  


Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?

0 Answers  






What is the use of finalize and dispose eventhough garbage collector is working?

3 Answers   Kanbay,


sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?

0 Answers   Avanade,


What is GUID and why we need to use it and in what condition? How this is created

1 Answers  


What is difference between Viewbag and Viewdata in ASP.NET MVC?

0 Answers   NA,


What is the purpose of a web form?

0 Answers  


what is .NET ?

18 Answers   TCS,


What is CLR and how it generates native code ?

1 Answers   Digital GlobalSoft, Vital Soft,


Categories