How server form post-back works?



How server form post-back works?..

Answer / Rishabh Khanna

Server form post-back is a technique where the page lifecycle transitions between request, processing, and rendering phases. When a user interacts with a form on the client (e.g., by clicking a button), an HTTP POST request is sent to the server. The ASP.NET framework handles the request, and the page control processes the event handlers for each control involved before rendering the updated HTML back to the client.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Explain the difference between managed and unmanaged code?

1 Answers  


Is .net an object oriented language? What are their components?

1 Answers  


What is boxing and un-boxing in .net?

1 Answers  


What relationship is between a process, application domain, and application?

1 Answers  


which is the best dot net coaching center in visakhapatnam??

3 Answers  


What do you mean by Driver Script?

1 Answers   TCS,


Difference between dispose and finallize method?

1 Answers  


diff between forms authentication and windows authentication?

11 Answers  


Dynamic Fonts

1 Answers  


Explain what is the difference between encrypting a password and applying a hashing?

1 Answers  


What's singleton activation mode in .net?

1 Answers  


What are the fundamental objects in ADO.NET?

1 Answers  


Categories