SyntaxFix
Write A Post
Hire A Developer
Questions
Postback happens when a webpage posts its data back to the same script/dll/whatever that generated the page in the first place.
Example in C# (asp.net)
...
if (!IsPostback) // generate form else process submitted data;