Asp.Net Beginner

Saturday, January 23, 2016

Asp.Net Tutorial 8


IsPostBack in asp.net | Part 8

In this tutorial you will learn about 
1. What is IsPostBack property in ASP.NET
2. Real time practical use of IsPostBack in ASP.NET

IsPostBack is a Page level property, that can be used to determine whether the page is being loaded in response to a client postback, or if it is being loaded and accessed for the first time. In real time there are many situations where IsPostBack property is used.

Download Tutorial

No comments:

Post a Comment