---
title: "What do you mean by AutoPostBack?"  
description: "What do you mean by AutoPostBack?"  
author: "Elena Glibart"  
published: 2017-11-14  
canonical: https://answers.mindstick.com/qa/30509/what-do-you-mean-by-autopostback  
category: "programming"  
tags: ["software", "asp.net", ".net programming"]  
reading_time: 1 minute  

---

# What do you mean by AutoPostBack?

What do you [mean](https://www.mindstick.com/forum/161453/what-is-node-js-and-why-is-it-used-in-mean) by [AutoPostBack](https://www.mindstick.com/interview/1829/what-is-autopostback)?

## Answers

### Answer by Arti Mishra

**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.


---

Original Source: https://answers.mindstick.com/qa/30509/what-do-you-mean-by-autopostback

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
