---
title: "What is Ispostback method in ASP.Net? Why do we use that?"  
description: "What is Ispostback method in ASP.Net? Why do we use that?"  
author: "Chris Anderson"  
published: 2011-08-12  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/1151/what-is-ispostback-method-in-asp-dot-net-why-do-we-use-that  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What is Ispostback method in ASP.Net? Why do we use that?

Basically Post back is an action performed by a interactive Webpage. When it goes to the server side for a non-client Operation Server again posts it back to the client and hence the name.\
**Ex:**\
if(!IsPostBack)\
will not allow the page to post back again n again bcoz it reduces the performance.

## Answers

### Answer by Chris Anderson

Basically Post back is an action performed by a interactive Webpage. When it goes to the server side for a non-client Operation Server again posts it back to the client and hence the name.\
**Ex:**\
if(!IsPostBack)\
will not allow the page to post back again n again bcoz it reduces the performance.


---

Original Source: https://www.mindstick.com/interview/1151/what-is-ispostback-method-in-asp-dot-net-why-do-we-use-that

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
