What do you mean by AutoPostBack?

Asked 14-Nov-2017
Viewed 824 times

1 Answer


0

AutopostBack 
It is a property or mechanism of the control by which page will be automatically sent to the server if some event occurs in the web controls.

Difference between AutopostBack=True and AutoPostBack=False
  • If the value of an AutopostBack property is set to true then post back is sent immediately to the server.
  • If the value of an AutopostBack property is set to false, then no postback occurs.