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 |
Explain the difference between managed and unmanaged code?
Is .net an object oriented language? What are their components?
What is boxing and un-boxing in .net?
What relationship is between a process, application domain, and application?
which is the best dot net coaching center in visakhapatnam??
What do you mean by Driver Script?
Difference between dispose and finallize method?
diff between forms authentication and windows authentication?
Dynamic Fonts
Explain what is the difference between encrypting a password and applying a hashing?
What's singleton activation mode in .net?
What are the fundamental objects in ADO.NET?