---
title: "How can we identify that the Page is Post Back?"  
description: "How can we identify that the Page is Post Back?"  
author: "Sumit Kesarwani"  
published: 2014-08-28  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/2069/how-can-we-identify-that-the-page-is-post-back  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# How can we identify that the Page is Post Back?

Page object has an "IsPostBack" property, which can be checked to know that is the page posted back.

## Answers

### Answer by Sumit Kesarwani

Page object has an "IsPostBack" property, which can be checked to know that is the page posted back.


---

Original Source: https://www.mindstick.com/interview/2069/how-can-we-identify-that-the-page-is-post-back

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
