Multiple choice

Do Form Post and Post Back differ from each other?

  1. Yes

  2. No

  3. Sometimes

  4. Can't be determined

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Form Post refers to the HTTP POST method that submits form data to a server. PostBack is an ASP.NET mechanism where a page posts form data back to itself for server-side processing. While related, they are different concepts - PostBack is a specific pattern of Form Post in ASP.NET.