What do you mean by AutoPostBack?

Asked 8 years ago 1295 views

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.

Write Your Answer