In which type of form does a postback typically take place?
Explanation
Postback is a process specific to Webforms where the page submits data back to the server for processing. It does not occur in Windows Forms or standard HTML Forms.
Postback is a process specific to Webforms where the page submits data back to the server for processing. It does not occur in Windows Forms or standard HTML Forms.