Multiple choice .net A postback occurs when: a browser posts a form to the server. a user’s action activates the handing of a server event. a server posts a form to the client. Both a and b. All of the above. Reveal answer Fill a bubble to check yourself D Correct answer Explanation Postback occurs when a form submission sends data back to the server (browser posts form) AND when that action triggers server-side event handling. Both A and B describe aspects of the postback mechanism in web forms.